Html Css Color HEX #F41ABB Shocking Pink

📋 copy color: '#F41ABB'

red 244 ◦ green 26 ◦ blue 187

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

Shades of Shocking Pink #F41ABB

Tints of Shocking Pink #F41ABB

RGB

 RED value IS 244 (95.7% from 255) = 53.39%

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

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 53.39%
G = 5.69%
B = 40.92%

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

#F41ABB (or 0xF41ABB) is known color: Shocking Pink. HEX triplet: F4, 1A and BB. RGB value is (244,26,187). Sum of RGB (Red+Green+Blue) = 244+26+187=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F41ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41ABB is #0BE544. Grayscale: #6D6D6D. Windows color (decimal): -779589 or 12262132. OLE color: 12262132.

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

Color convert

RGB 244 26 187 -
CMYK 0 0.89 0.23 0.04
HSL 315.69º 0.91% 0.53% -
HSV(B) 315.69º 0.89% 0.96% -
XYZ 46.65 23.56 49.1 -
YUV 109.54 171.72 223.91 -
System Red Green Blue C M Y K H S L
Decimal 244 26 187 0 0.89 0.23 0.04 315.69 0.91 0.53
Hex F4 1A BB 0 59 17 4 13C 5B 35
Octal 364 32 273 0 131 27 4 474 133 65
Binary 11110100 11010 10111011 0 1011001 10111 100 100111100 1011011 110101

Color Harmonies of #F41ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41ABB

Black with #F41ABB

Text Example


Text Example

White with #F41ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41ABB; }

 p { color: rgb(244,26,187); }

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

background-color css

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

 a { background-color: rgb(244,26,187); }

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

border-color css

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

 span { border-color: rgb(244,26,187); }

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