Html Css Color HEX #F30397 Hollywood Cerise

📋 copy color: '#F30397'

red 243 ◦ green 3 ◦ blue 151

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

Shades of Hollywood Cerise #F30397

Tints of Hollywood Cerise #F30397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 61.21%
G = 0.76%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F30397 (or 0xF30397) is known color: Hollywood Cerise. HEX triplet: F3, 03 and 97. RGB value is (243,3,151). Sum of RGB (Red+Green+Blue) = 243+3+151=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F30397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30397 is #0CFC68. Grayscale: #5B5B5B. Windows color (decimal): -851049 or 9896947. OLE color: 9896947.

HSL color Cylindrical-coordinate representation of color #F30397: hue angle of 323º 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 #F30397 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 3 151 -
CMYK 0 0.99 0.38 0.05
HSL 323º 0.98% 0.48% -
HSV(B) 323º 0.99% 0.95% -
XYZ 42.58 21.35 31.16 -
YUV 91.63 161.51 235.97 -
System Red Green Blue C M Y K H S L
Decimal 243 3 151 0 0.99 0.38 0.05 323 0.98 0.48
Hex F3 3 97 0 63 26 5 143 62 30
Octal 363 3 227 0 143 46 5 503 142 60
Binary 11110011 11 10010111 0 1100011 100110 101 101000011 1100010 110000

Color Harmonies of #F30397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30397

Black with #F30397

Text Example


Text Example

White with #F30397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30397; }

 p { color: rgb(243,3,151); }

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

background-color css

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

 a { background-color: rgb(243,3,151); }

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

border-color css

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

 span { border-color: rgb(243,3,151); }

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