Html Css Color HEX #FC0092 Hollywood Cerise

📋 copy color: '#FC0092'

red 252 ◦ green 0 ◦ blue 146

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

Shades of Hollywood Cerise #FC0092

Tints of Hollywood Cerise #FC0092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 63.32%
G = 0%
B = 36.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0092 (or 0xFC0092) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 92. RGB value is (252,0,146). Sum of RGB (Red+Green+Blue) = 252+0+146=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0092 is #03FF6D. Grayscale: #5B5B5B. Windows color (decimal): -261998 or 9568508. OLE color: 9568508.

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

Color convert

RGB 252 0 146 -
CMYK 0 1 0.42 0.01
HSL 325.24º 1% 0.49% -
HSV(B) 325.24º 1% 0.99% -
XYZ 45.33 22.77 29.2 -
YUV 91.99 158.49 242.13 -
System Red Green Blue C M Y K H S L
Decimal 252 0 146 0 1 0.42 0.01 325.24 1 0.49
Hex FC 0 92 0 64 2A 1 145 64 31
Octal 374 0 222 0 144 52 1 505 144 61
Binary 11111100 0 10010010 0 1100100 101010 1 101000101 1100100 110001

Color Harmonies of #FC0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0092

Black with #FC0092

Text Example


Text Example

White with #FC0092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0092; }

 p { color: rgb(252,0,146); }

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

background-color css

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

 a { background-color: rgb(252,0,146); }

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

border-color css

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

 span { border-color: rgb(252,0,146); }

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