#f30598

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

Shades of Hollywood Cerise #F30598

Tints of Hollywood Cerise #F30598

Color information

#F30598 (or 0xF30598) is unknown color: approx Hollywood Cerise. HEX triplet: F3, 05 and 98. RGB value is (243,5,152). Sum of RGB (Red+Green+Blue) = 243+5+152=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F30598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30598 is #0CFA67. Grayscale: #5C5C5C. Windows color (decimal): -850536 or 9962995. OLE color: 9962995.

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

Color convert

RGB2435152-
CMYK00.980.370.05
HSL322.94º95.97%48.63%-
HSV(B)322.94º97.94%95.29%-
XYZ42.6821.4331.59-
YUV92.92161.35235.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60.75%
GREEN value IS 5 (2.34% from 255) = 1.25%
BLUE value IS 152 (59.77% from 255) = 38%
R=60.75%
G=1.25%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243515200.980.370.05322.9495.9748.63
HexF35980622551436031
Octal3635230014245550314061
Binary1111001110110011000011000101001011011010000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f30598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f30598; }

 p { color: rgb(243,5,152); }

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

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

 a { background-color: rgb(243,5,152); }

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

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

 span { border-color: rgb(243,5,152); }

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