#FF669F

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

Shades of Brilliant Rose #FF669F

Tints of Brilliant Rose #FF669F

Color information

#FF669F (or 0xFF669F) is unknown color: approx Brilliant Rose. HEX triplet: FF, 66 and 9F. RGB value is (255,102,159). Sum of RGB (Red+Green+Blue) = 255+102+159=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF669F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF669F is #009960. Grayscale: #9A9A9A. Windows color (decimal): -39265 or 10446591. OLE color: 10446591.

HSL color Cylindrical-coordinate representation of color #FF669F: hue angle of 337.65º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF669F is Cyan = 0, Magento = 0.6, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB255102159-
CMYK00.60.380
HSL337.65º100%70%-
HSV(B)337.65º60%100%-
XYZ52.2533.2736.47-
YUV154.24130.69199.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 102 (40.23% from 255) = 19.77%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=49.42%
G=19.77%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510215900.60.380337.6510070
HexFF669F03C2601526446
Octal377146237074460522144106
Binary111111111100110100111110111100100110010101001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF669F; }

 p { color: rgb(255,102,159); }

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

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

 a { background-color: rgb(255,102,159); }

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

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

 span { border-color: rgb(255,102,159); }

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