Html Css Color HEX #FE66A0 Brilliant Rose

📋 copy color: '#FE66A0'

red 254 ◦ green 102 ◦ blue 160

#FE66A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FE66A0

Tints of Brilliant Rose #FE66A0

RGB

 RED value IS 254 (99.61% from 255) = 49.22%

 GREEN value IS 102 (40.23% from 255) = 19.77%

 BLUE value IS 160 (62.89% from 255) = 31.01%

R = 49.22%
G = 19.77%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE66A0 (or 0xFE66A0) is known color: Brilliant Rose. HEX triplet: FE, 66 and A0. RGB value is (254,102,160). Sum of RGB (Red+Green+Blue) = 254+102+160=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE66A0 is #01995F. Grayscale: #999999. Windows color (decimal): -104800 or 10512126. OLE color: 10512126.

HSL color Cylindrical-coordinate representation of color #FE66A0: hue angle of 337.11º 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 #FE66A0 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 102 160 -
CMYK 0 0.60 0.37 0.00
HSL 337.11º 0.99% 0.7% -
HSV(B) 337.11º 0.6% 1% -
XYZ 51.97 33.11 36.91 -
YUV 154.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 254 102 160 0 0.60 0.37 0.00 337.11 0.99 0.7
Hex FE 66 A0 0 3C 25 0 151 63 46
Octal 376 146 240 0 74 45 0 521 143 106
Binary 11111110 1100110 10100000 0 111100 100101 0 101010001 1100011 1000110

Color Harmonies of #FE66A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE66A0

Black with #FE66A0

Text Example


Text Example

White with #FE66A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE66A0; }

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

 H1.HeaderClassName
 {
   color: #FE66A0;
 }
 .AnyTagClassName
 {
   color: #FE66A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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