#F30A9D

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

Shades of Hollywood Cerise #F30A9D

Tints of Hollywood Cerise #F30A9D

Color information

#F30A9D (or 0xF30A9D) is unknown color: approx Hollywood Cerise. HEX triplet: F3, 0A and 9D. RGB value is (243,10,157). Sum of RGB (Red+Green+Blue) = 243+10+157=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30A9D is #0CF562. Grayscale: #606060. Windows color (decimal): -849251 or 10291955. OLE color: 10291955.

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

Color convert

RGB24310157-
CMYK00.960.350.05
HSL322.15º92.09%49.61%-
HSV(B)322.15º95.88%95.29%-
XYZ43.1621.7133.81-
YUV96.42162.19232.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 59.27%
GREEN value IS 10 (4.30% from 255) = 2.44%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=59.27%
G=2.44%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431015700.960.350.05322.1592.0949.61
HexF3A9D0602351425c32
Octal36312235014043550213462
Binary11110011101010011101011000001000111011010000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30A9D; }

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

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

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

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

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

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

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

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