#F4029B

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

Shades of Hollywood Cerise #F4029B

Tints of Hollywood Cerise #F4029B

Color information

#F4029B (or 0xF4029B) is unknown color: approx Hollywood Cerise. HEX triplet: F4, 02 and 9B. RGB value is (244,2,155). Sum of RGB (Red+Green+Blue) = 244+2+155=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F4029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4029B is #0BFD64. Grayscale: #5B5B5B. Windows color (decimal): -785765 or 10158836. OLE color: 10158836.

HSL color Cylindrical-coordinate representation of color #F4029B: hue angle of 322.07º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4029B is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB2442155-
CMYK00.990.360.04
HSL322.07º98.37%48.24%-
HSV(B)322.07º99.18%95.69%-
XYZ43.2521.6432.91-
YUV91.8163.67236.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 60.85%
GREEN value IS 2 (1.17% from 255) = 0.50%
BLUE value IS 155 (60.94% from 255) = 38.65%
R=60.85%
G=0.50%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244215500.990.360.04322.0798.3748.24
HexF429B0632441426230
Octal3642233014344450214260
Binary111101001010011011011000111001001001010000101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4029B; }

 p { color: rgb(244,2,155); }

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

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

 a { background-color: rgb(244,2,155); }

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

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

 span { border-color: rgb(244,2,155); }

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