Html Css Color HEX #F017CF Shocking Pink

📋 copy color: '#F017CF'

red 240 ◦ green 23 ◦ blue 207

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

Shades of Shocking Pink #F017CF

Tints of Shocking Pink #F017CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 51.06%
G = 4.89%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F017CF (or 0xF017CF) is known color: Shocking Pink. HEX triplet: F0, 17 and CF. RGB value is (240,23,207). Sum of RGB (Red+Green+Blue) = 240+23+207=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F017CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017CF is #0FE830. Grayscale: #6C6C6C. Windows color (decimal): -1042481 or 13572080. OLE color: 13572080.

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

Color convert

RGB 240 23 207 -
CMYK 0 0.90 0.14 0.06
HSL 309.12º 0.88% 0.52% -
HSV(B) 309.12º 0.9% 0.94% -
XYZ 47.5 23.64 61.09 -
YUV 108.86 183.39 221.54 -
System Red Green Blue C M Y K H S L
Decimal 240 23 207 0 0.90 0.14 0.06 309.12 0.88 0.52
Hex F0 17 CF 0 5A E 6 135 58 34
Octal 360 27 317 0 132 16 6 465 130 64
Binary 11110000 10111 11001111 0 1011010 1110 110 100110101 1011000 110100

Color Harmonies of #F017CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017CF

Black with #F017CF

Text Example


Text Example

White with #F017CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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