Html Css Color HEX #F61ADA Shocking Pink

📋 copy color: '#F61ADA'

red 246 ◦ green 26 ◦ blue 218

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

Shades of Shocking Pink #F61ADA

Tints of Shocking Pink #F61ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 50.2%
G = 5.31%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F61ADA (or 0xF61ADA) is known color: Shocking Pink. HEX triplet: F6, 1A and DA. RGB value is (246,26,218). Sum of RGB (Red+Green+Blue) = 246+26+218=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ADA is #09E525. Grayscale: #717171. Windows color (decimal): -648486 or 14293750. OLE color: 14293750.

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

Color convert

RGB 246 26 218 -
CMYK 0 0.89 0.11 0.04
HSL 307.64º 0.92% 0.53% -
HSV(B) 307.64º 0.89% 0.96% -
XYZ 51.03 25.39 68.54 -
YUV 113.67 186.89 222.39 -
System Red Green Blue C M Y K H S L
Decimal 246 26 218 0 0.89 0.11 0.04 307.64 0.92 0.53
Hex F6 1A DA 0 59 B 4 134 5C 35
Octal 366 32 332 0 131 13 4 464 134 65
Binary 11110110 11010 11011010 0 1011001 1011 100 100110100 1011100 110101

Color Harmonies of #F61ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61ADA

Black with #F61ADA

Text Example


Text Example

White with #F61ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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