Html Css Color HEX #FC0090 Hollywood Cerise

📋 copy color: '#FC0090'

red 252 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #FC0090

Tints of Hollywood Cerise #FC0090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.36%

R = 63.64%
G = 0%
B = 36.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC0090 (or 0xFC0090) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 90. RGB value is (252,0,144). Sum of RGB (Red+Green+Blue) = 252+0+144=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0090 is #03FF6F. Grayscale: #5B5B5B. Windows color (decimal): -262000 or 9437436. OLE color: 9437436.

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

Color convert

RGB 252 0 144 -
CMYK 0 1 0.43 0.01
HSL 325.71º 1% 0.49% -
HSV(B) 325.71º 1% 0.99% -
XYZ 45.18 22.71 28.39 -
YUV 91.76 157.49 242.29 -
System Red Green Blue C M Y K H S L
Decimal 252 0 144 0 1 0.43 0.01 325.71 1 0.49
Hex FC 0 90 0 64 2B 1 146 64 31
Octal 374 0 220 0 144 53 1 506 144 61
Binary 11111100 0 10010000 0 1100100 101011 1 101000110 1100100 110001

Color Harmonies of #FC0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0090

Black with #FC0090

Text Example


Text Example

White with #FC0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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