Html Css Color HEX #F10AB1 Shocking Pink

📋 copy color: '#F10AB1'

red 241 ◦ green 10 ◦ blue 177

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

Shades of Shocking Pink #F10AB1

Tints of Shocking Pink #F10AB1

RGB

 RED value IS 241 (94.53% from 255) = 56.31%

 GREEN value IS 10 (4.3% from 255) = 2.34%

 BLUE value IS 177 (69.53% from 255) = 41.36%

R = 56.31%
G = 2.34%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F10AB1 (or 0xF10AB1) is known color: Shocking Pink. HEX triplet: F1, 0A and B1. RGB value is (241,10,177). Sum of RGB (Red+Green+Blue) = 241+10+177=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10AB1 is #0EF54E. Grayscale: #616161. Windows color (decimal): -980303 or 11602673. OLE color: 11602673.

HSL color Cylindrical-coordinate representation of color #F10AB1: hue angle of 316.62º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10AB1 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 10 177 -
CMYK 0 0.96 0.27 0.05
HSL 316.62º 0.92% 0.49% -
HSV(B) 316.62º 0.96% 0.95% -
XYZ 44.32 22.09 43.52 -
YUV 98.11 172.53 229.92 -
System Red Green Blue C M Y K H S L
Decimal 241 10 177 0 0.96 0.27 0.05 316.62 0.92 0.49
Hex F1 A B1 0 60 1B 5 13D 5C 31
Octal 361 12 261 0 140 33 5 475 134 61
Binary 11110001 1010 10110001 0 1100000 11011 101 100111101 1011100 110001

Color Harmonies of #F10AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10AB1

Black with #F10AB1

Text Example


Text Example

White with #F10AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10AB1; }

 p { color: rgb(241,10,177); }

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

background-color css

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

 a { background-color: rgb(241,10,177); }

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

border-color css

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

 span { border-color: rgb(241,10,177); }

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