#F61AD3

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

Shades of Shocking Pink #F61AD3

Tints of Shocking Pink #F61AD3

Color information

#F61AD3 (or 0xF61AD3) is unknown color: approx Shocking Pink. HEX triplet: F6, 1A and D3. RGB value is (246,26,211). Sum of RGB (Red+Green+Blue) = 246+26+211=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 26 (10.55% from 255 or 5.38% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F61AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61AD3 is #09E52C. Grayscale: #707070. Windows color (decimal): -648493 or 13834998. OLE color: 13834998.

HSL color Cylindrical-coordinate representation of color #F61AD3: hue angle of 309.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61AD3 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB24626211-
CMYK00.890.140.04
HSL309.55º92.44%53.33%-
HSV(B)309.55º89.43%96.47%-
XYZ50.1325.0363.82-
YUV112.87183.39222.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.93%
GREEN value IS 26 (10.55% from 255) = 5.38%
BLUE value IS 211 (82.81% from 255) = 43.69%
R=50.93%
G=5.38%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462621100.890.140.04309.5592.4453.33
HexF61AD3059E41365c35
Octal36632323013116446613465
Binary1111011011010110100110101100111101001001101101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61AD3; }

 p { color: rgb(246,26,211); }

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

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

 a { background-color: rgb(246,26,211); }

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

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

 span { border-color: rgb(246,26,211); }

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