Html Css Color HEX #FE069E Hollywood Cerise

📋 copy color: '#FE069E'

red 254 ◦ green 6 ◦ blue 158

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

Shades of Hollywood Cerise #FE069E

Tints of Hollywood Cerise #FE069E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.44%

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 60.77%
G = 1.44%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE069E (or 0xFE069E) is known color: Hollywood Cerise. HEX triplet: FE, 06 and 9E. RGB value is (254,6,158). Sum of RGB (Red+Green+Blue) = 254+6+158=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE069E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE069E is #01F961. Grayscale: #616161. Windows color (decimal): -129378 or 10356478. OLE color: 10356478.

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

Color convert

RGB 254 6 158 -
CMYK 0 0.98 0.38 0.00
HSL 323.23º 0.99% 0.51% -
HSV(B) 323.23º 0.98% 1% -
XYZ 47.11 23.67 34.43 -
YUV 97.48 162.16 239.64 -
System Red Green Blue C M Y K H S L
Decimal 254 6 158 0 0.98 0.38 0.00 323.23 0.99 0.51
Hex FE 6 9E 0 62 26 0 143 63 33
Octal 376 6 236 0 142 46 0 503 143 63
Binary 11111110 110 10011110 0 1100010 100110 0 101000011 1100011 110011

Color Harmonies of #FE069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE069E

Black with #FE069E

Text Example


Text Example

White with #FE069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE069E; }

 p { color: rgb(254,6,158); }

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

background-color css

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

 a { background-color: rgb(254,6,158); }

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

border-color css

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

 span { border-color: rgb(254,6,158); }

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