Html Css Color HEX #F61ABE Shocking Pink

📋 copy color: '#F61ABE'

red 246 ◦ green 26 ◦ blue 190

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

Shades of Shocking Pink #F61ABE

Tints of Shocking Pink #F61ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 53.25%
G = 5.63%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F61ABE (or 0xF61ABE) is known color: Shocking Pink. HEX triplet: F6, 1A and BE. RGB value is (246,26,190). Sum of RGB (Red+Green+Blue) = 246+26+190=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ABE is #09E541. Grayscale: #6E6E6E. Windows color (decimal): -648514 or 12458742. OLE color: 12458742.

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

Color convert

RGB 246 26 190 -
CMYK 0 0.89 0.23 0.04
HSL 315.27º 0.92% 0.53% -
HSV(B) 315.27º 0.89% 0.96% -
XYZ 47.67 24.05 50.84 -
YUV 110.48 172.89 224.66 -
System Red Green Blue C M Y K H S L
Decimal 246 26 190 0 0.89 0.23 0.04 315.27 0.92 0.53
Hex F6 1A BE 0 59 17 4 13B 5C 35
Octal 366 32 276 0 131 27 4 473 134 65
Binary 11110110 11010 10111110 0 1011001 10111 100 100111011 1011100 110101

Color Harmonies of #F61ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61ABE

Black with #F61ABE

Text Example


Text Example

White with #F61ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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