#F30ABA

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

Shades of Shocking Pink #F30ABA

Tints of Shocking Pink #F30ABA

Color information

#F30ABA (or 0xF30ABA) is unknown color: approx Shocking Pink. HEX triplet: F3, 0A and BA. RGB value is (243,10,186). Sum of RGB (Red+Green+Blue) = 243+10+186=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ABA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ABA is #0CF545. Grayscale: #636363. Windows color (decimal): -849222 or 12192499. OLE color: 12192499.

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

Color convert

RGB24310186-
CMYK00.960.230.05
HSL314.68º92.09%49.61%-
HSV(B)314.68º95.88%95.29%-
XYZ45.9322.8248.44-
YUV99.73176.69230.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.35%
GREEN value IS 10 (4.30% from 255) = 2.28%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=55.35%
G=2.28%
B=42.37%

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
Decimal2431018600.960.230.05314.6892.0949.61
HexF3ABA06017513b5c32
Octal36312272014027547313462
Binary1111001110101011101001100000101111011001110111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30ABA; }

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

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

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

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

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

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

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

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