Html Css Color HEX #F10AB9 Shocking Pink

📋 copy color: '#F10AB9'

red 241 ◦ green 10 ◦ blue 185

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

Shades of Shocking Pink #F10AB9

Tints of Shocking Pink #F10AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.43%

R = 55.28%
G = 2.29%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F10AB9 (or 0xF10AB9) is known color: Shocking Pink. HEX triplet: F1, 0A and B9. RGB value is (241,10,185). Sum of RGB (Red+Green+Blue) = 241+10+185=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10AB9 is #0EF546. Grayscale: #626262. Windows color (decimal): -980295 or 12126961. OLE color: 12126961.

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

Color convert

RGB 241 10 185 -
CMYK 0 0.96 0.23 0.05
HSL 314.55º 0.92% 0.49% -
HSV(B) 314.55º 0.96% 0.95% -
XYZ 45.14 22.42 47.85 -
YUV 99.02 176.53 229.27 -
System Red Green Blue C M Y K H S L
Decimal 241 10 185 0 0.96 0.23 0.05 314.55 0.92 0.49
Hex F1 A B9 0 60 17 5 13B 5C 31
Octal 361 12 271 0 140 27 5 473 134 61
Binary 11110001 1010 10111001 0 1100000 10111 101 100111011 1011100 110001

Color Harmonies of #F10AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10AB9

Black with #F10AB9

Text Example


Text Example

White with #F10AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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