#FF669A

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

Shades of Brilliant Rose #FF669A

Tints of Brilliant Rose #FF669A

Color information

#FF669A (or 0xFF669A) is unknown color: approx Brilliant Rose. HEX triplet: FF, 66 and 9A. RGB value is (255,102,154). Sum of RGB (Red+Green+Blue) = 255+102+154=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF669A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF669A is #009965. Grayscale: #999999. Windows color (decimal): -39270 or 10118911. OLE color: 10118911.

HSL color Cylindrical-coordinate representation of color #FF669A: hue angle of 339.61º 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 #FF669A is Cyan = 0, Magento = 0.6, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255102154-
CMYK00.60.400
HSL339.61º100%70%-
HSV(B)339.61º60%100%-
XYZ51.8233.134.23-
YUV153.67128.19200.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 102 (40.23% from 255) = 19.96%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=49.90%
G=19.96%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510215400.60.400339.6110070
HexFF669A03C2801546446
Octal377146232074500524144106
Binary111111111100110100110100111100101000010101010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF669A; }

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

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

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

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

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

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

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

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