#FA0FCB

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

Shades of Shocking Pink #FA0FCB

Tints of Shocking Pink #FA0FCB

Color information

#FA0FCB (or 0xFA0FCB) is unknown color: approx Shocking Pink. HEX triplet: FA, 0F and CB. RGB value is (250,15,203). Sum of RGB (Red+Green+Blue) = 250+15+203=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FCB is #05F034. Grayscale: #6A6A6A. Windows color (decimal): -389173 or 13307898. OLE color: 13307898.

HSL color Cylindrical-coordinate representation of color #FA0FCB: hue angle of 312º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0FCB is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB25015203-
CMYK00.940.190.02
HSL312º95.92%51.96%-
HSV(B)312º94%98.04%-
XYZ50.3724.9858.67-
YUV106.7182.36230.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.42%
GREEN value IS 15 (6.25% from 255) = 3.21%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=53.42%
G=3.21%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501520300.940.190.0231295.9251.96
HexFAFCB05E1321386034
Octal37217313013623247014064
Binary111110101111110010110101111010011101001110001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0FCB; }

 p { color: rgb(250,15,203); }

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

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

 a { background-color: rgb(250,15,203); }

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

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

 span { border-color: rgb(250,15,203); }

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