#F30484

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

Shades of Deep Pink #F30484

Tints of Deep Pink #F30484

Color information

#F30484 (or 0xF30484) is unknown color: approx Deep Pink. HEX triplet: F3, 04 and 84. RGB value is (243,4,132). Sum of RGB (Red+Green+Blue) = 243+4+132=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F30484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30484 is #0CFB7B. Grayscale: #595959. Windows color (decimal): -850812 or 8652019. OLE color: 8652019.

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

Color convert

RGB2434132-
CMYK00.980.460.05
HSL327.87º96.76%48.43%-
HSV(B)327.87º98.35%95.29%-
XYZ41.1720.8123.68-
YUV90.05151.68237.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 64.12%
GREEN value IS 4 (1.95% from 255) = 1.06%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=64.12%
G=1.06%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243413200.980.460.05327.8796.7648.43
HexF34840622E51486130
Octal3634204014256551014160
Binary1111001110010000100011000101011101011010010001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30484; }

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

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

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

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

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

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

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

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