Html Css Color HEX #F61AD7 Shocking Pink

📋 copy color: '#F61AD7'

red 246 ◦ green 26 ◦ blue 215

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

Shades of Shocking Pink #F61AD7

Tints of Shocking Pink #F61AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.15%

R = 50.51%
G = 5.34%
B = 44.15%

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

#F61AD7 (or 0xF61AD7) is known color: Shocking Pink. HEX triplet: F6, 1A and D7. RGB value is (246,26,215). Sum of RGB (Red+Green+Blue) = 246+26+215=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F61AD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61AD7 is #09E528. Grayscale: #707070. Windows color (decimal): -648489 or 14097142. OLE color: 14097142.

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

Color convert

RGB 246 26 215 -
CMYK 0 0.89 0.13 0.04
HSL 308.45º 0.92% 0.53% -
HSV(B) 308.45º 0.89% 0.96% -
XYZ 50.64 25.24 66.49 -
YUV 113.33 185.39 222.63 -
System Red Green Blue C M Y K H S L
Decimal 246 26 215 0 0.89 0.13 0.04 308.45 0.92 0.53
Hex F6 1A D7 0 59 D 4 134 5C 35
Octal 366 32 327 0 131 15 4 464 134 65
Binary 11110110 11010 11010111 0 1011001 1101 100 100110100 1011100 110101

Color Harmonies of #F61AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61AD7

Black with #F61AD7

Text Example


Text Example

White with #F61AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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