Html Css Color HEX #F30298 Hollywood Cerise

📋 copy color: '#F30298'

red 243 ◦ green 2 ◦ blue 152

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

Shades of Hollywood Cerise #F30298

Tints of Hollywood Cerise #F30298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 61.21%
G = 0.5%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F30298 (or 0xF30298) is known color: Hollywood Cerise. HEX triplet: F3, 02 and 98. RGB value is (243,2,152). Sum of RGB (Red+Green+Blue) = 243+2+152=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F30298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30298 is #0CFD67. Grayscale: #5A5A5A. Windows color (decimal): -851304 or 9962227. OLE color: 9962227.

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

Color convert

RGB 243 2 152 -
CMYK 0 0.99 0.37 0.05
HSL 322.66º 0.98% 0.48% -
HSV(B) 322.66º 0.99% 0.95% -
XYZ 42.65 21.37 31.58 -
YUV 91.16 162.34 236.3 -
System Red Green Blue C M Y K H S L
Decimal 243 2 152 0 0.99 0.37 0.05 322.66 0.98 0.48
Hex F3 2 98 0 63 25 5 143 62 30
Octal 363 2 230 0 143 45 5 503 142 60
Binary 11110011 10 10011000 0 1100011 100101 101 101000011 1100010 110000

Color Harmonies of #F30298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30298

Black with #F30298

Text Example


Text Example

White with #F30298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30298; }

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

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

background-color css

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

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

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

border-color css

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

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

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