Html Css Color HEX #F30BA9 Hollywood Cerise

📋 copy color: '#F30BA9'

red 243 ◦ green 11 ◦ blue 169

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

Shades of Hollywood Cerise #F30BA9

Tints of Hollywood Cerise #F30BA9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.6%

 BLUE value IS 169 (66.41% from 255) = 39.95%

R = 57.45%
G = 2.6%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F30BA9 (or 0xF30BA9) is known color: Hollywood Cerise. HEX triplet: F3, 0B and A9. RGB value is (243,11,169). Sum of RGB (Red+Green+Blue) = 243+11+169=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30BA9 is #0CF456. Grayscale: #616161. Windows color (decimal): -848983 or 11078643. OLE color: 11078643.

HSL color Cylindrical-coordinate representation of color #F30BA9: hue angle of 319.14º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30BA9 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 11 169 -
CMYK 0 0.95 0.30 0.05
HSL 319.14º 0.91% 0.5% -
HSV(B) 319.14º 0.95% 0.95% -
XYZ 44.24 22.16 39.48 -
YUV 98.38 167.86 231.15 -
System Red Green Blue C M Y K H S L
Decimal 243 11 169 0 0.95 0.30 0.05 319.14 0.91 0.5
Hex F3 B A9 0 5F 1E 5 13F 5B 32
Octal 363 13 251 0 137 36 5 477 133 62
Binary 11110011 1011 10101001 0 1011111 11110 101 100111111 1011011 110010

Color Harmonies of #F30BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30BA9

Black with #F30BA9

Text Example


Text Example

White with #F30BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30BA9; }

 p { color: rgb(243,11,169); }

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

background-color css

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

 a { background-color: rgb(243,11,169); }

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

border-color css

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

 span { border-color: rgb(243,11,169); }

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