Html Css Color HEX #F30498 Hollywood Cerise

📋 copy color: '#F30498'

red 243 ◦ green 4 ◦ blue 152

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

Shades of Hollywood Cerise #F30498

Tints of Hollywood Cerise #F30498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

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

R = 60.9%
G = 1%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F30498 (or 0xF30498) is known color: Hollywood Cerise. HEX triplet: F3, 04 and 98. RGB value is (243,4,152). Sum of RGB (Red+Green+Blue) = 243+4+152=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F30498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30498 is #0CFB67. Grayscale: #5B5B5B. Windows color (decimal): -850792 or 9962739. OLE color: 9962739.

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

Color convert

RGB 243 4 152 -
CMYK 0 0.98 0.37 0.05
HSL 322.85º 0.97% 0.48% -
HSV(B) 322.85º 0.98% 0.95% -
XYZ 42.67 21.41 31.59 -
YUV 92.33 161.68 235.47 -
System Red Green Blue C M Y K H S L
Decimal 243 4 152 0 0.98 0.37 0.05 322.85 0.97 0.48
Hex F3 4 98 0 62 25 5 143 61 30
Octal 363 4 230 0 142 45 5 503 141 60
Binary 11110011 100 10011000 0 1100010 100101 101 101000011 1100001 110000

Color Harmonies of #F30498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30498

Black with #F30498

Text Example


Text Example

White with #F30498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30498; }

 p { color: rgb(243,4,152); }

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

background-color css

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

 a { background-color: rgb(243,4,152); }

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

border-color css

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

 span { border-color: rgb(243,4,152); }

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