Html Css Color HEX #F017D4 Shocking Pink

📋 copy color: '#F017D4'

red 240 ◦ green 23 ◦ blue 212

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

Shades of Shocking Pink #F017D4

Tints of Shocking Pink #F017D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 50.53%
G = 4.84%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F017D4 (or 0xF017D4) is known color: Shocking Pink. HEX triplet: F0, 17 and D4. RGB value is (240,23,212). Sum of RGB (Red+Green+Blue) = 240+23+212=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F017D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017D4 is #0FE82B. Grayscale: #6C6C6C. Windows color (decimal): -1042476 or 13899760. OLE color: 13899760.

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

Color convert

RGB 240 23 212 -
CMYK 0 0.90 0.12 0.06
HSL 307.74º 0.88% 0.52% -
HSV(B) 307.74º 0.9% 0.94% -
XYZ 48.13 23.89 64.36 -
YUV 109.43 185.89 221.13 -
System Red Green Blue C M Y K H S L
Decimal 240 23 212 0 0.90 0.12 0.06 307.74 0.88 0.52
Hex F0 17 D4 0 5A C 6 134 58 34
Octal 360 27 324 0 132 14 6 464 130 64
Binary 11110000 10111 11010100 0 1011010 1100 110 100110100 1011000 110100

Color Harmonies of #F017D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017D4

Black with #F017D4

Text Example


Text Example

White with #F017D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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