Html Css Color HEX #F017D6 Shocking Pink

📋 copy color: '#F017D6'

red 240 ◦ green 23 ◦ blue 214

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

Shades of Shocking Pink #F017D6

Tints of Shocking Pink #F017D6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.82%

 BLUE value IS 214 (83.98% from 255) = 44.86%

R = 50.31%
G = 4.82%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F017D6 (or 0xF017D6) is known color: Shocking Pink. HEX triplet: F0, 17 and D6. RGB value is (240,23,214). Sum of RGB (Red+Green+Blue) = 240+23+214=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F017D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017D6 is #0FE829. Grayscale: #6D6D6D. Windows color (decimal): -1042474 or 14030832. OLE color: 14030832.

HSL color Cylindrical-coordinate representation of color #F017D6: hue angle of 307.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F017D6 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 23 214 -
CMYK 0 0.90 0.11 0.06
HSL 307.19º 0.88% 0.52% -
HSV(B) 307.19º 0.9% 0.94% -
XYZ 48.38 23.99 65.7 -
YUV 109.66 186.89 220.97 -
System Red Green Blue C M Y K H S L
Decimal 240 23 214 0 0.90 0.11 0.06 307.19 0.88 0.52
Hex F0 17 D6 0 5A B 6 133 58 34
Octal 360 27 326 0 132 13 6 463 130 64
Binary 11110000 10111 11010110 0 1011010 1011 110 100110011 1011000 110100

Color Harmonies of #F017D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017D6

Black with #F017D6

Text Example


Text Example

White with #F017D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017D6; }

 p { color: rgb(240,23,214); }

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

background-color css

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

 a { background-color: rgb(240,23,214); }

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

border-color css

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

 span { border-color: rgb(240,23,214); }

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