Html Css Color HEX #FC0398 Hollywood Cerise

📋 copy color: '#FC0398'

red 252 ◦ green 3 ◦ blue 152

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

Shades of Hollywood Cerise #FC0398

Tints of Hollywood Cerise #FC0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 61.92%
G = 0.74%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC0398 (or 0xFC0398) is known color: Hollywood Cerise. HEX triplet: FC, 03 and 98. RGB value is (252,3,152). Sum of RGB (Red+Green+Blue) = 252+3+152=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0398 is #03FC67. Grayscale: #5E5E5E. Windows color (decimal): -261224 or 9962492. OLE color: 9962492.

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

Color convert

RGB 252 3 152 -
CMYK 0 0.99 0.40 0.01
HSL 324.1º 0.98% 0.5% -
HSV(B) 324.1º 0.99% 0.99% -
XYZ 45.84 23.03 31.73 -
YUV 94.44 160.49 240.38 -
System Red Green Blue C M Y K H S L
Decimal 252 3 152 0 0.99 0.40 0.01 324.1 0.98 0.5
Hex FC 3 98 0 63 28 1 144 62 32
Octal 374 3 230 0 143 50 1 504 142 62
Binary 11111100 11 10011000 0 1100011 101000 1 101000100 1100010 110010

Color Harmonies of #FC0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0398

Black with #FC0398

Text Example


Text Example

White with #FC0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0398; }

 p { color: rgb(252,3,152); }

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

background-color css

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

 a { background-color: rgb(252,3,152); }

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

border-color css

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

 span { border-color: rgb(252,3,152); }

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