#F30A9C

Color #F30A9C Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #F30A9C

Tints of Hollywood Cerise #F30A9C

Color information

#F30A9C (or 0xF30A9C) is unknown color: approx Hollywood Cerise. HEX triplet: F3, 0A and 9C. RGB value is (243,10,156). Sum of RGB (Red+Green+Blue) = 243+10+156=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30A9C is #0CF563. Grayscale: #5F5F5F. Windows color (decimal): -849252 or 10226419. OLE color: 10226419.

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

Color convert

RGB24310156-
CMYK00.960.360.05
HSL322.4º92.09%49.61%-
HSV(B)322.4º95.88%95.29%-
XYZ43.0721.6733.37-
YUV96.31161.69232.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.41%
GREEN value IS 10 (4.30% from 255) = 2.44%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=59.41%
G=2.44%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431015600.960.360.05322.492.0949.61
HexF3A9C0602451425c32
Octal36312234014044550213462
Binary11110011101010011100011000001001001011010000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30A9C; }

 p { color: rgb(243,10,156); }

 H1.HeaderClassName
 {
   color: #F30A9C;
 }
 .AnyTagClassName
 {
   color: #F30A9C;
 }
</style>
background-color css

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

 a { background-color: rgb(243,10,156); }

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

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

 span { border-color: rgb(243,10,156); }

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