Html Css Color HEX #F016D0 Shocking Pink

📋 copy color: '#F016D0'

red 240 ◦ green 22 ◦ blue 208

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

Shades of Shocking Pink #F016D0

Tints of Shocking Pink #F016D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.26%

R = 51.06%
G = 4.68%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F016D0 (or 0xF016D0) is known color: Shocking Pink. HEX triplet: F0, 16 and D0. RGB value is (240,22,208). Sum of RGB (Red+Green+Blue) = 240+22+208=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F016D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F016D0 is #0FE92F. Grayscale: #6B6B6B. Windows color (decimal): -1042736 or 13637360. OLE color: 13637360.

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

Color convert

RGB 240 22 208 -
CMYK 0 0.91 0.13 0.06
HSL 308.81º 0.88% 0.51% -
HSV(B) 308.81º 0.91% 0.94% -
XYZ 47.61 23.65 61.73 -
YUV 108.39 184.22 221.88 -
System Red Green Blue C M Y K H S L
Decimal 240 22 208 0 0.91 0.13 0.06 308.81 0.88 0.51
Hex F0 16 D0 0 5B D 6 135 58 33
Octal 360 26 320 0 133 15 6 465 130 63
Binary 11110000 10110 11010000 0 1011011 1101 110 100110101 1011000 110011

Color Harmonies of #F016D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F016D0

Black with #F016D0

Text Example


Text Example

White with #F016D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F016D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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