Html Css Color HEX #F016BA Shocking Pink

📋 copy color: '#F016BA'

red 240 ◦ green 22 ◦ blue 186

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

Shades of Shocking Pink #F016BA

Tints of Shocking Pink #F016BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.91%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 53.57%
G = 4.91%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F016BA (or 0xF016BA) is known color: Shocking Pink. HEX triplet: F0, 16 and BA. RGB value is (240,22,186). Sum of RGB (Red+Green+Blue) = 240+22+186=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F016BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016BA is #0FE945. Grayscale: #696969. Windows color (decimal): -1042758 or 12195568. OLE color: 12195568.

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

Color convert

RGB 240 22 186 -
CMYK 0 0.91 0.22 0.06
HSL 314.86º 0.88% 0.51% -
HSV(B) 314.86º 0.91% 0.94% -
XYZ 45.09 22.64 48.45 -
YUV 105.88 173.22 223.66 -
System Red Green Blue C M Y K H S L
Decimal 240 22 186 0 0.91 0.22 0.06 314.86 0.88 0.51
Hex F0 16 BA 0 5B 16 6 13B 58 33
Octal 360 26 272 0 133 26 6 473 130 63
Binary 11110000 10110 10111010 0 1011011 10110 110 100111011 1011000 110011

Color Harmonies of #F016BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F016BA

Black with #F016BA

Text Example


Text Example

White with #F016BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F016BA; }

 p { color: rgb(240,22,186); }

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

background-color css

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

 a { background-color: rgb(240,22,186); }

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

border-color css

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

 span { border-color: rgb(240,22,186); }

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