#F30195

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

Shades of Hollywood Cerise #F30195

Tints of Hollywood Cerise #F30195

Color information

#F30195 (or 0xF30195) is unknown color: approx Hollywood Cerise. HEX triplet: F3, 01 and 95. RGB value is (243,1,149). Sum of RGB (Red+Green+Blue) = 243+1+149=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F30195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30195 is #0CFE6A. Grayscale: #595959. Windows color (decimal): -851563 or 9765363. OLE color: 9765363.

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

Color convert

RGB2431149-
CMYK01.000.390.05
HSL323.31º99.18%47.84%-
HSV(B)323.31º99.59%95.29%-
XYZ42.421.2530.3-
YUV90.23161.17236.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.83%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=61.83%
G=0.25%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243114901.000.390.05323.3199.1847.84
HexF31950642751436330
Octal3631225014447550314360
Binary11110011110010101011001001001111011010000111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30195; }

 p { color: rgb(243,1,149); }

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

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

 a { background-color: rgb(243,1,149); }

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

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

 span { border-color: rgb(243,1,149); }

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