Html Css Color HEX #F30096 Hollywood Cerise

📋 copy color: '#F30096'

red 243 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #F30096

Tints of Hollywood Cerise #F30096

RGB

 RED value IS 243 (95.31% from 255) = 61.83%

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

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 61.83%
G = 0%
B = 38.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F30096 (or 0xF30096) is known color: Hollywood Cerise. HEX triplet: F3, 00 and 96. RGB value is (243,0,150). Sum of RGB (Red+Green+Blue) = 243+0+150=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F30096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30096 is #0CFF69. Grayscale: #595959. Windows color (decimal): -851818 or 9830643. OLE color: 9830643.

HSL color Cylindrical-coordinate representation of color #F30096: hue angle of 322.96º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30096 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 0 150 -
CMYK 0 1 0.38 0.05
HSL 322.96º 1% 0.48% -
HSV(B) 322.96º 1% 0.95% -
XYZ 42.47 21.26 30.72 -
YUV 89.76 162.01 237.3 -
System Red Green Blue C M Y K H S L
Decimal 243 0 150 0 1 0.38 0.05 322.96 1 0.48
Hex F3 0 96 0 64 26 5 143 64 30
Octal 363 0 226 0 144 46 5 503 144 60
Binary 11110011 0 10010110 0 1100100 100110 101 101000011 1100100 110000

Color Harmonies of #F30096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30096

Black with #F30096

Text Example


Text Example

White with #F30096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30096; }

 p { color: rgb(243,0,150); }

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

background-color css

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

 a { background-color: rgb(243,0,150); }

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

border-color css

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

 span { border-color: rgb(243,0,150); }

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