Html Css Color HEX #F017D1 Shocking Pink

📋 copy color: '#F017D1'

red 240 ◦ green 23 ◦ blue 209

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

Shades of Shocking Pink #F017D1

Tints of Shocking Pink #F017D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 50.85%
G = 4.87%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F017D1 (or 0xF017D1) is known color: Shocking Pink. HEX triplet: F0, 17 and D1. RGB value is (240,23,209). Sum of RGB (Red+Green+Blue) = 240+23+209=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F017D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017D1 is #0FE82E. Grayscale: #6C6C6C. Windows color (decimal): -1042479 or 13703152. OLE color: 13703152.

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

Color convert

RGB 240 23 209 -
CMYK 0 0.90 0.13 0.06
HSL 308.57º 0.88% 0.52% -
HSV(B) 308.57º 0.9% 0.94% -
XYZ 47.75 23.74 62.39 -
YUV 109.09 184.39 221.38 -
System Red Green Blue C M Y K H S L
Decimal 240 23 209 0 0.90 0.13 0.06 308.57 0.88 0.52
Hex F0 17 D1 0 5A D 6 135 58 34
Octal 360 27 321 0 132 15 6 465 130 64
Binary 11110000 10111 11010001 0 1011010 1101 110 100110101 1011000 110100

Color Harmonies of #F017D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017D1

Black with #F017D1

Text Example


Text Example

White with #F017D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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