#F604B1

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

Shades of Hollywood Cerise #F604B1

Tints of Hollywood Cerise #F604B1

Color information

#F604B1 (or 0xF604B1) is unknown color: approx Hollywood Cerise. HEX triplet: F6, 04 and B1. RGB value is (246,4,177). Sum of RGB (Red+Green+Blue) = 246+4+177=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F604B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F604B1 is #09FB4E. Grayscale: #5F5F5F. Windows color (decimal): -654159 or 11601142. OLE color: 11601142.

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

Color convert

RGB2464177-
CMYK00.980.280.04
HSL317.11º96.8%49.02%-
HSV(B)317.11º98.37%96.47%-
XYZ45.9922.8543.58-
YUV96.08173.67234.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.61%
GREEN value IS 4 (1.95% from 255) = 0.94%
BLUE value IS 177 (69.53% from 255) = 41.45%
R=57.61%
G=0.94%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246417700.980.280.04317.1196.849.02
HexF64B10621C413d6131
Octal3664261014234447514161
Binary111101101001011000101100010111001001001111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F604B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F604B1; }

 p { color: rgb(246,4,177); }

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

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

 a { background-color: rgb(246,4,177); }

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

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

 span { border-color: rgb(246,4,177); }

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