Html Css Color HEX #FC069E Hollywood Cerise

📋 copy color: '#FC069E'

red 252 ◦ green 6 ◦ blue 158

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

Shades of Hollywood Cerise #FC069E

Tints of Hollywood Cerise #FC069E

RGB

 RED value IS 252 (98.83% from 255) = 60.58%

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

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

R = 60.58%
G = 1.44%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC069E (or 0xFC069E) is known color: Hollywood Cerise. HEX triplet: FC, 06 and 9E. RGB value is (252,6,158). Sum of RGB (Red+Green+Blue) = 252+6+158=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC069E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC069E is #03F961. Grayscale: #606060. Windows color (decimal): -260450 or 10356476. OLE color: 10356476.

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

Color convert

RGB 252 6 158 -
CMYK 0 0.98 0.37 0.01
HSL 322.93º 0.98% 0.51% -
HSV(B) 322.93º 0.98% 0.99% -
XYZ 46.38 23.29 34.4 -
YUV 96.88 162.5 238.64 -
System Red Green Blue C M Y K H S L
Decimal 252 6 158 0 0.98 0.37 0.01 322.93 0.98 0.51
Hex FC 6 9E 0 62 25 1 143 62 33
Octal 374 6 236 0 142 45 1 503 142 63
Binary 11111100 110 10011110 0 1100010 100101 1 101000011 1100010 110011

Color Harmonies of #FC069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC069E

Black with #FC069E

Text Example


Text Example

White with #FC069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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