Html Css Color HEX #F51AD2 Shocking Pink

📋 copy color: '#F51AD2'

red 245 ◦ green 26 ◦ blue 210

#F51AD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #F51AD2

Tints of Shocking Pink #F51AD2

RGB

 RED value IS 245 (96.09% from 255) = 50.94%

 GREEN value IS 26 (10.55% from 255) = 5.41%

 BLUE value IS 210 (82.42% from 255) = 43.66%

R = 50.94%
G = 5.41%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F51AD2 (or 0xF51AD2) is known color: Shocking Pink. HEX triplet: F5, 1A and D2. RGB value is (245,26,210). Sum of RGB (Red+Green+Blue) = 245+26+210=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F51AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51AD2 is #0AE52D. Grayscale: #6F6F6F. Windows color (decimal): -714030 or 13769461. OLE color: 13769461.

HSL color Cylindrical-coordinate representation of color #F51AD2: hue angle of 309.59º 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 #F51AD2 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 26 210 -
CMYK 0 0.89 0.14 0.04
HSL 309.59º 0.92% 0.53% -
HSV(B) 309.59º 0.89% 0.96% -
XYZ 49.66 24.8 63.14 -
YUV 112.46 183.05 222.54 -
System Red Green Blue C M Y K H S L
Decimal 245 26 210 0 0.89 0.14 0.04 309.59 0.92 0.53
Hex F5 1A D2 0 59 E 4 136 5C 35
Octal 365 32 322 0 131 16 4 466 134 65
Binary 11110101 11010 11010010 0 1011001 1110 100 100110110 1011100 110101

Color Harmonies of #F51AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51AD2

Black with #F51AD2

Text Example


Text Example

White with #F51AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51AD2; }

 p { color: rgb(245,26,210); }

 H1.HeaderClassName
 {
   color: #F51AD2;
 }
 .AnyTagClassName
 {
   color: #F51AD2;
 }
</style>

background-color css

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

 a { background-color: rgb(245,26,210); }

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

border-color css

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

 span { border-color: rgb(245,26,210); }

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