#F30ABB

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

Shades of Shocking Pink #F30ABB

Tints of Shocking Pink #F30ABB

Color information

#F30ABB (or 0xF30ABB) is unknown color: approx Shocking Pink. HEX triplet: F3, 0A and BB. RGB value is (243,10,187). Sum of RGB (Red+Green+Blue) = 243+10+187=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ABB is #0CF544. Grayscale: #636363. Windows color (decimal): -849221 or 12258035. OLE color: 12258035.

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

Color convert

RGB24310187-
CMYK00.960.230.05
HSL314.42º92.09%49.61%-
HSV(B)314.42º95.88%95.29%-
XYZ46.0422.8649-
YUV99.84177.19230.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.23%
GREEN value IS 10 (4.30% from 255) = 2.27%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=55.23%
G=2.27%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431018700.960.230.05314.4292.0949.61
HexF3ABB06017513a5c32
Octal36312273014027547213462
Binary1111001110101011101101100000101111011001110101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30ABB; }

 p { color: rgb(243,10,187); }

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

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

 a { background-color: rgb(243,10,187); }

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

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

 span { border-color: rgb(243,10,187); }

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