#FE669D

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

Shades of Brilliant Rose #FE669D

Tints of Brilliant Rose #FE669D

Color information

#FE669D (or 0xFE669D) is unknown color: approx Brilliant Rose. HEX triplet: FE, 66 and 9D. RGB value is (254,102,157). Sum of RGB (Red+Green+Blue) = 254+102+157=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE669D is #019962. Grayscale: #999999. Windows color (decimal): -104803 or 10315518. OLE color: 10315518.

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

Color convert

RGB254102157-
CMYK00.600.380.00
HSL338.29º98.7%69.8%-
HSV(B)338.29º59.84%99.61%-
XYZ51.7133.0135.54-
YUV153.72129.86199.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.51%
GREEN value IS 102 (40.23% from 255) = 19.88%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=49.51%
G=19.88%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410215700.600.380.00338.2998.769.8
HexFE669D03C2601526346
Octal376146235074460522143106
Binary111111101100110100111010111100100110010101001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE669D; }

 p { color: rgb(254,102,157); }

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

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

 a { background-color: rgb(254,102,157); }

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

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

 span { border-color: rgb(254,102,157); }

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