Html Css Color HEX #FE069F Hollywood Cerise

📋 copy color: '#FE069F'

red 254 ◦ green 6 ◦ blue 159

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

Shades of Hollywood Cerise #FE069F

Tints of Hollywood Cerise #FE069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 60.62%
G = 1.43%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE069F (or 0xFE069F) is known color: Hollywood Cerise. HEX triplet: FE, 06 and 9F. RGB value is (254,6,159). Sum of RGB (Red+Green+Blue) = 254+6+159=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE069F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE069F is #01F960. Grayscale: #616161. Windows color (decimal): -129377 or 10422014. OLE color: 10422014.

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

Color convert

RGB 254 6 159 -
CMYK 0 0.98 0.37 0.00
HSL 322.98º 0.99% 0.51% -
HSV(B) 322.98º 0.98% 1% -
XYZ 47.2 23.7 34.89 -
YUV 97.59 162.66 239.56 -
System Red Green Blue C M Y K H S L
Decimal 254 6 159 0 0.98 0.37 0.00 322.98 0.99 0.51
Hex FE 6 9F 0 62 25 0 143 63 33
Octal 376 6 237 0 142 45 0 503 143 63
Binary 11111110 110 10011111 0 1100010 100101 0 101000011 1100011 110011

Color Harmonies of #FE069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE069F

Black with #FE069F

Text Example


Text Example

White with #FE069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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