Html Css Color HEX #F010B9 Shocking Pink

📋 copy color: '#F010B9'

red 240 ◦ green 16 ◦ blue 185

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

Shades of Shocking Pink #F010B9

Tints of Shocking Pink #F010B9

RGB

 RED value IS 240 (94.14% from 255) = 54.42%

 GREEN value IS 16 (6.64% from 255) = 3.63%

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

R = 54.42%
G = 3.63%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F010B9 (or 0xF010B9) is known color: Shocking Pink. HEX triplet: F0, 10 and B9. RGB value is (240,16,185). Sum of RGB (Red+Green+Blue) = 240+16+185=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F010B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010B9 is #0FEF46. Grayscale: #656565. Windows color (decimal): -1044295 or 12128496. OLE color: 12128496.

HSL color Cylindrical-coordinate representation of color #F010B9: hue angle of 314.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F010B9 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 16 185 -
CMYK 0 0.93 0.23 0.06
HSL 314.73º 0.88% 0.5% -
HSV(B) 314.73º 0.93% 0.94% -
XYZ 44.88 22.4 47.86 -
YUV 102.24 174.71 226.26 -
System Red Green Blue C M Y K H S L
Decimal 240 16 185 0 0.93 0.23 0.06 314.73 0.88 0.5
Hex F0 10 B9 0 5D 17 6 13B 58 32
Octal 360 20 271 0 135 27 6 473 130 62
Binary 11110000 10000 10111001 0 1011101 10111 110 100111011 1011000 110010

Color Harmonies of #F010B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010B9

Black with #F010B9

Text Example


Text Example

White with #F010B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010B9; }

 p { color: rgb(240,16,185); }

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

background-color css

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

 a { background-color: rgb(240,16,185); }

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

border-color css

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

 span { border-color: rgb(240,16,185); }

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