#FD669A

Color #FD669A Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FD669A

Tints of Brilliant Rose #FD669A

Color information

#FD669A (or 0xFD669A) is unknown color: approx Brilliant Rose. HEX triplet: FD, 66 and 9A. RGB value is (253,102,154). Sum of RGB (Red+Green+Blue) = 253+102+154=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD669A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD669A is #029965. Grayscale: #999999. Windows color (decimal): -170342 or 10118909. OLE color: 10118909.

HSL color Cylindrical-coordinate representation of color #FD669A: hue angle of 339.34º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD669A is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB253102154-
CMYK00.600.390.01
HSL339.34º97.42%69.61%-
HSV(B)339.34º59.68%99.22%-
XYZ51.0932.7234.19-
YUV153.08128.53199.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 49.71%
GREEN value IS 102 (40.23% from 255) = 20.04%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=49.71%
G=20.04%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310215400.600.390.01339.3497.4269.61
HexFD669A03C2711536146
Octal375146232074471523141106
Binary111111011100110100110100111100100111110101001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD669A; }

 p { color: rgb(253,102,154); }

 H1.HeaderClassName
 {
   color: #FD669A;
 }
 .AnyTagClassName
 {
   color: #FD669A;
 }
</style>
background-color css

<style>
 a { background-color: #FD669A; }

 a { background-color: rgb(253,102,154); }

 div.DivClassName
 {
   background-color: #FD669A;
 }
 .BgClassName
 {
   background-color: #FD669A;
 }
</style>
border-color css

<style>
 span { border-color: #FD669A; }

 span { border-color: rgb(253,102,154); }

 td.TdClassName
 {
   border-color: #FD669A;
 }
 .TagClassName
 {
   border-color: #FD669A;
 }
</style>