Html Css Color HEX #FC069D Hollywood Cerise

📋 copy color: '#FC069D'

red 252 ◦ green 6 ◦ blue 157

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

Shades of Hollywood Cerise #FC069D

Tints of Hollywood Cerise #FC069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 60.72%
G = 1.45%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC069D (or 0xFC069D) is known color: Hollywood Cerise. HEX triplet: FC, 06 and 9D. RGB value is (252,6,157). Sum of RGB (Red+Green+Blue) = 252+6+157=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC069D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC069D is #03F962. Grayscale: #606060. Windows color (decimal): -260451 or 10290940. OLE color: 10290940.

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

Color convert

RGB 252 6 157 -
CMYK 0 0.98 0.38 0.01
HSL 323.17º 0.98% 0.51% -
HSV(B) 323.17º 0.98% 0.99% -
XYZ 46.3 23.26 33.95 -
YUV 96.77 162 238.72 -
System Red Green Blue C M Y K H S L
Decimal 252 6 157 0 0.98 0.38 0.01 323.17 0.98 0.51
Hex FC 6 9D 0 62 26 1 143 62 33
Octal 374 6 235 0 142 46 1 503 142 63
Binary 11111100 110 10011101 0 1100010 100110 1 101000011 1100010 110011

Color Harmonies of #FC069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC069D

Black with #FC069D

Text Example


Text Example

White with #FC069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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