#F30494

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

Shades of Hollywood Cerise #F30494

Tints of Hollywood Cerise #F30494

Color information

#F30494 (or 0xF30494) is unknown color: approx Hollywood Cerise. HEX triplet: F3, 04 and 94. RGB value is (243,4,148). Sum of RGB (Red+Green+Blue) = 243+4+148=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F30494 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30494 is #0CFB6B. Grayscale: #5B5B5B. Windows color (decimal): -850796 or 9700595. OLE color: 9700595.

HSL color Cylindrical-coordinate representation of color #F30494: hue angle of 323.85º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30494 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB2434148-
CMYK00.980.390.05
HSL323.85º96.76%48.43%-
HSV(B)323.85º98.35%95.29%-
XYZ42.3521.2829.89-
YUV91.88159.68235.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.52%
GREEN value IS 4 (1.95% from 255) = 1.01%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=61.52%
G=1.01%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243414800.980.390.05323.8596.7648.43
HexF34940622751446130
Octal3634224014247550414160
Binary1111001110010010100011000101001111011010001001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30494; }

 p { color: rgb(243,4,148); }

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

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

 a { background-color: rgb(243,4,148); }

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

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

 span { border-color: rgb(243,4,148); }

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