#F70694

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

Shades of Hollywood Cerise #F70694

Tints of Hollywood Cerise #F70694

Color information

#F70694 (or 0xF70694) is unknown color: approx Hollywood Cerise. HEX triplet: F7, 06 and 94. RGB value is (247,6,148). Sum of RGB (Red+Green+Blue) = 247+6+148=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F70694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70694 is #08F96B. Grayscale: #5D5D5D. Windows color (decimal): -588140 or 9701111. OLE color: 9701111.

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

Color convert

RGB2476148-
CMYK00.980.400.03
HSL324.65º95.26%49.61%-
HSV(B)324.65º97.57%96.86%-
XYZ43.7722.0429.96-
YUV94.25158.34236.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.60%
GREEN value IS 6 (2.73% from 255) = 1.50%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=61.60%
G=1.50%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247614800.980.400.03324.6595.2649.61
HexF76940622831455f32
Octal3676224014250350513762
Binary111101111101001010001100010101000111010001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F70694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F70694; }

 p { color: rgb(247,6,148); }

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

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

 a { background-color: rgb(247,6,148); }

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

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

 span { border-color: rgb(247,6,148); }

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