#F30C8A

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

Shades of Deep Pink #F30C8A

Tints of Deep Pink #F30C8A

Color information

#F30C8A (or 0xF30C8A) is unknown color: approx Deep Pink. HEX triplet: F3, 0C and 8A. RGB value is (243,12,138). Sum of RGB (Red+Green+Blue) = 243+12+138=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30C8A is #0CF375. Grayscale: #5F5F5F. Windows color (decimal): -848758 or 9047283. OLE color: 9047283.

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

Color convert

RGB24312138-
CMYK00.950.430.05
HSL327.27º90.59%50%-
HSV(B)327.27º95.06%95.29%-
XYZ41.6821.1525.93-
YUV95.43152.03233.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.83%
GREEN value IS 12 (5.08% from 255) = 3.05%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=61.83%
G=3.05%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431213800.950.430.05327.2790.5950
HexF3C8A05F2B51475b32
Octal36314212013753550713362
Binary11110011110010001010010111111010111011010001111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30C8A; }

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

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

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

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

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

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

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

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