#F30AB8

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

Shades of Shocking Pink #F30AB8

Tints of Shocking Pink #F30AB8

Color information

#F30AB8 (or 0xF30AB8) is unknown color: approx Shocking Pink. HEX triplet: F3, 0A and B8. RGB value is (243,10,184). Sum of RGB (Red+Green+Blue) = 243+10+184=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F30AB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30AB8 is #0CF547. Grayscale: #636363. Windows color (decimal): -849224 or 12061427. OLE color: 12061427.

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

Color convert

RGB24310184-
CMYK00.960.240.05
HSL315.19º92.09%49.61%-
HSV(B)315.19º95.88%95.29%-
XYZ45.7222.7347.33-
YUV99.5175.69230.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.61%
GREEN value IS 10 (4.30% from 255) = 2.29%
BLUE value IS 184 (72.27% from 255) = 42.11%
R=55.61%
G=2.29%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431018400.960.240.05315.1992.0949.61
HexF3AB806018513b5c32
Octal36312270014030547313462
Binary1111001110101011100001100000110001011001110111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30AB8; }

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

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

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

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

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

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

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

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