Html Css Color HEX #F017B6 Shocking Pink

📋 copy color: '#F017B6'

red 240 ◦ green 23 ◦ blue 182

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

Shades of Shocking Pink #F017B6

Tints of Shocking Pink #F017B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 53.93%
G = 5.17%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F017B6 (or 0xF017B6) is known color: Shocking Pink. HEX triplet: F0, 17 and B6. RGB value is (240,23,182). Sum of RGB (Red+Green+Blue) = 240+23+182=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F017B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017B6 is #0FE849. Grayscale: #696969. Windows color (decimal): -1042506 or 11933680. OLE color: 11933680.

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

Color convert

RGB 240 23 182 -
CMYK 0 0.90 0.24 0.06
HSL 316.04º 0.88% 0.52% -
HSV(B) 316.04º 0.9% 0.94% -
XYZ 44.69 22.52 46.25 -
YUV 106.01 170.89 223.57 -
System Red Green Blue C M Y K H S L
Decimal 240 23 182 0 0.90 0.24 0.06 316.04 0.88 0.52
Hex F0 17 B6 0 5A 18 6 13C 58 34
Octal 360 27 266 0 132 30 6 474 130 64
Binary 11110000 10111 10110110 0 1011010 11000 110 100111100 1011000 110100

Color Harmonies of #F017B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017B6

Black with #F017B6

Text Example


Text Example

White with #F017B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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