#F30C89

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

Shades of Deep Pink #F30C89

Tints of Deep Pink #F30C89

Color information

#F30C89 (or 0xF30C89) is unknown color: approx Deep Pink. HEX triplet: F3, 0C and 89. RGB value is (243,12,137). Sum of RGB (Red+Green+Blue) = 243+12+137=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30C89 is #0CF376. Grayscale: #5F5F5F. Windows color (decimal): -848759 or 8981747. OLE color: 8981747.

HSL color Cylindrical-coordinate representation of color #F30C89: hue angle of 327.53º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30C89 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB24312137-
CMYK00.950.440.05
HSL327.53º90.59%50%-
HSV(B)327.53º95.06%95.29%-
XYZ41.6121.1225.55-
YUV95.32151.53233.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.99%
GREEN value IS 12 (5.08% from 255) = 3.06%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=61.99%
G=3.06%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431213700.950.440.05327.5390.5950
HexF3C8905F2C51485b32
Octal36314211013754551013362
Binary11110011110010001001010111111011001011010010001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30C89; }

 p { color: rgb(243,12,137); }

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

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

 a { background-color: rgb(243,12,137); }

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

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

 span { border-color: rgb(243,12,137); }

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