Html Css Color HEX #F010B5 Shocking Pink

📋 copy color: '#F010B5'

red 240 ◦ green 16 ◦ blue 181

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

Shades of Shocking Pink #F010B5

Tints of Shocking Pink #F010B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.42%

R = 54.92%
G = 3.66%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F010B5 (or 0xF010B5) is known color: Shocking Pink. HEX triplet: F0, 10 and B5. RGB value is (240,16,181). Sum of RGB (Red+Green+Blue) = 240+16+181=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F010B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010B5 is #0FEF4A. Grayscale: #656565. Windows color (decimal): -1044299 or 11866352. OLE color: 11866352.

HSL color Cylindrical-coordinate representation of color #F010B5: hue angle of 315.8º 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 #F010B5 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 16 181 -
CMYK 0 0.93 0.25 0.06
HSL 315.8º 0.88% 0.5% -
HSV(B) 315.8º 0.93% 0.94% -
XYZ 44.46 22.23 45.66 -
YUV 101.79 172.71 226.58 -
System Red Green Blue C M Y K H S L
Decimal 240 16 181 0 0.93 0.25 0.06 315.8 0.88 0.5
Hex F0 10 B5 0 5D 19 6 13C 58 32
Octal 360 20 265 0 135 31 6 474 130 62
Binary 11110000 10000 10110101 0 1011101 11001 110 100111100 1011000 110010

Color Harmonies of #F010B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010B5

Black with #F010B5

Text Example


Text Example

White with #F010B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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