Html Css Color HEX #FC0094 Hollywood Cerise

📋 copy color: '#FC0094'

red 252 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #FC0094

Tints of Hollywood Cerise #FC0094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37%

R = 63%
G = 0%
B = 37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC0094 (or 0xFC0094) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 94. RGB value is (252,0,148). Sum of RGB (Red+Green+Blue) = 252+0+148=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0094 is #03FF6B. Grayscale: #5B5B5B. Windows color (decimal): -261996 or 9699580. OLE color: 9699580.

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

Color convert

RGB 252 0 148 -
CMYK 0 1 0.41 0.01
HSL 324.76º 1% 0.49% -
HSV(B) 324.76º 1% 0.99% -
XYZ 45.49 22.83 30.03 -
YUV 92.22 159.49 241.97 -
System Red Green Blue C M Y K H S L
Decimal 252 0 148 0 1 0.41 0.01 324.76 1 0.49
Hex FC 0 94 0 64 29 1 145 64 31
Octal 374 0 224 0 144 51 1 505 144 61
Binary 11111100 0 10010100 0 1100100 101001 1 101000101 1100100 110001

Color Harmonies of #FC0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0094

Black with #FC0094

Text Example


Text Example

White with #FC0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0094; }

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

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

background-color css

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

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

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

border-color css

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

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

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