#F30184

Color #F30184 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F30184

Tints of Deep Pink #F30184

Color information

#F30184 (or 0xF30184) is unknown color: approx Deep Pink. HEX triplet: F3, 01 and 84. RGB value is (243,1,132). Sum of RGB (Red+Green+Blue) = 243+1+132=376 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.63% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 243 - color contains mainly: red. Hex color #F30184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30184 is #0CFE7B. Grayscale: #585858. Windows color (decimal): -851580 or 8651251. OLE color: 8651251.

HSL color Cylindrical-coordinate representation of color #F30184: hue angle of 327.52º 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 #F30184 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB2431132-
CMYK01.000.460.05
HSL327.52º99.18%47.84%-
HSV(B)327.52º99.59%95.29%-
XYZ41.1420.7423.67-
YUV88.29152.67238.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 64.63%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=64.63%
G=0.27%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243113201.000.460.05327.5299.1847.84
HexF31840642E51486330
Octal3631204014456551014360
Binary11110011110000100011001001011101011010010001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30184; }

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

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

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

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

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

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

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

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