Html Css Color HEX #F61AD1 Shocking Pink

📋 copy color: '#F61AD1'

red 246 ◦ green 26 ◦ blue 209

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

Shades of Shocking Pink #F61AD1

Tints of Shocking Pink #F61AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.45%

R = 51.14%
G = 5.41%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F61AD1 (or 0xF61AD1) is known color: Shocking Pink. HEX triplet: F6, 1A and D1. RGB value is (246,26,209). Sum of RGB (Red+Green+Blue) = 246+26+209=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F61AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61AD1 is #09E52E. Grayscale: #707070. Windows color (decimal): -648495 or 13703926. OLE color: 13703926.

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

Color convert

RGB 246 26 209 -
CMYK 0 0.89 0.15 0.04
HSL 310.09º 0.92% 0.53% -
HSV(B) 310.09º 0.89% 0.96% -
XYZ 49.88 24.94 62.51 -
YUV 112.64 182.39 223.12 -
System Red Green Blue C M Y K H S L
Decimal 246 26 209 0 0.89 0.15 0.04 310.09 0.92 0.53
Hex F6 1A D1 0 59 F 4 136 5C 35
Octal 366 32 321 0 131 17 4 466 134 65
Binary 11110110 11010 11010001 0 1011001 1111 100 100110110 1011100 110101

Color Harmonies of #F61AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61AD1

Black with #F61AD1

Text Example


Text Example

White with #F61AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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