Html Css Color HEX #F017D5 Shocking Pink

📋 copy color: '#F017D5'

red 240 ◦ green 23 ◦ blue 213

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

Shades of Shocking Pink #F017D5

Tints of Shocking Pink #F017D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.75%

R = 50.42%
G = 4.83%
B = 44.75%

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

#F017D5 (or 0xF017D5) is known color: Shocking Pink. HEX triplet: F0, 17 and D5. RGB value is (240,23,213). Sum of RGB (Red+Green+Blue) = 240+23+213=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F017D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017D5 is #0FE82A. Grayscale: #6D6D6D. Windows color (decimal): -1042475 or 13965296. OLE color: 13965296.

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

Color convert

RGB 240 23 213 -
CMYK 0 0.90 0.11 0.06
HSL 307.47º 0.88% 0.52% -
HSV(B) 307.47º 0.9% 0.94% -
XYZ 48.25 23.94 65.03 -
YUV 109.54 186.39 221.05 -
System Red Green Blue C M Y K H S L
Decimal 240 23 213 0 0.90 0.11 0.06 307.47 0.88 0.52
Hex F0 17 D5 0 5A B 6 133 58 34
Octal 360 27 325 0 132 13 6 463 130 64
Binary 11110000 10111 11010101 0 1011010 1011 110 100110011 1011000 110100

Color Harmonies of #F017D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017D5

Black with #F017D5

Text Example


Text Example

White with #F017D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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