Html Css Color HEX #F30896 Hollywood Cerise

📋 copy color: '#F30896'

red 243 ◦ green 8 ◦ blue 150

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

Shades of Hollywood Cerise #F30896

Tints of Hollywood Cerise #F30896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

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

R = 60.6%
G = 2%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F30896 (or 0xF30896) is known color: Hollywood Cerise. HEX triplet: F3, 08 and 96. RGB value is (243,8,150). Sum of RGB (Red+Green+Blue) = 243+8+150=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F30896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30896 is #0CF769. Grayscale: #5E5E5E. Windows color (decimal): -849770 or 9832691. OLE color: 9832691.

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

Color convert

RGB 243 8 150 -
CMYK 0 0.97 0.38 0.05
HSL 323.74º 0.94% 0.49% -
HSV(B) 323.74º 0.97% 0.95% -
XYZ 42.55 21.43 30.75 -
YUV 94.45 159.36 233.95 -
System Red Green Blue C M Y K H S L
Decimal 243 8 150 0 0.97 0.38 0.05 323.74 0.94 0.49
Hex F3 8 96 0 61 26 5 144 5E 31
Octal 363 10 226 0 141 46 5 504 136 61
Binary 11110011 1000 10010110 0 1100001 100110 101 101000100 1011110 110001

Color Harmonies of #F30896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30896

Black with #F30896

Text Example


Text Example

White with #F30896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30896; }

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

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

background-color css

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

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

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

border-color css

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

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

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