Html Css Color HEX #F307A0 Hollywood Cerise

📋 copy color: '#F307A0'

red 243 ◦ green 7 ◦ blue 160

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

Shades of Hollywood Cerise #F307A0

Tints of Hollywood Cerise #F307A0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.71%

 BLUE value IS 160 (62.89% from 255) = 39.02%

R = 59.27%
G = 1.71%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F307A0 (or 0xF307A0) is known color: Hollywood Cerise. HEX triplet: F3, 07 and A0. RGB value is (243,7,160). Sum of RGB (Red+Green+Blue) = 243+7+160=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F307A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F307A0 is #0CF85F. Grayscale: #5E5E5E. Windows color (decimal): -850016 or 10487795. OLE color: 10487795.

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

Color convert

RGB 243 7 160 -
CMYK 0 0.97 0.34 0.05
HSL 321.1º 0.94% 0.49% -
HSV(B) 321.1º 0.97% 0.95% -
XYZ 43.38 21.74 35.17 -
YUV 95.01 164.69 233.56 -
System Red Green Blue C M Y K H S L
Decimal 243 7 160 0 0.97 0.34 0.05 321.1 0.94 0.49
Hex F3 7 A0 0 61 22 5 141 5E 31
Octal 363 7 240 0 141 42 5 501 136 61
Binary 11110011 111 10100000 0 1100001 100010 101 101000001 1011110 110001

Color Harmonies of #F307A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F307A0

Black with #F307A0

Text Example


Text Example

White with #F307A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F307A0; }

 p { color: rgb(243,7,160); }

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

background-color css

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

 a { background-color: rgb(243,7,160); }

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

border-color css

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

 span { border-color: rgb(243,7,160); }

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