Html Css Color HEX #F61AD5 Shocking Pink

📋 copy color: '#F61AD5'

red 246 ◦ green 26 ◦ blue 213

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

Shades of Shocking Pink #F61AD5

Tints of Shocking Pink #F61AD5

RGB

 RED value IS 246 (96.48% from 255) = 50.72%

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

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 50.72%
G = 5.36%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F61AD5 (or 0xF61AD5) is known color: Shocking Pink. HEX triplet: F6, 1A and D5. RGB value is (246,26,213). Sum of RGB (Red+Green+Blue) = 246+26+213=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F61AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61AD5 is #09E52A. Grayscale: #707070. Windows color (decimal): -648491 or 13966070. OLE color: 13966070.

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

Color convert

RGB 246 26 213 -
CMYK 0 0.89 0.13 0.04
HSL 309º 0.92% 0.53% -
HSV(B) 309º 0.89% 0.96% -
XYZ 50.39 25.14 65.15 -
YUV 113.1 184.39 222.79 -
System Red Green Blue C M Y K H S L
Decimal 246 26 213 0 0.89 0.13 0.04 309 0.92 0.53
Hex F6 1A D5 0 59 D 4 135 5C 35
Octal 366 32 325 0 131 15 4 465 134 65
Binary 11110110 11010 11010101 0 1011001 1101 100 100110101 1011100 110101

Color Harmonies of #F61AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61AD5

Black with #F61AD5

Text Example


Text Example

White with #F61AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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