Html Css Color HEX #F017C3 Shocking Pink

📋 copy color: '#F017C3'

red 240 ◦ green 23 ◦ blue 195

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

Shades of Shocking Pink #F017C3

Tints of Shocking Pink #F017C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.58%

R = 52.4%
G = 5.02%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F017C3 (or 0xF017C3) is known color: Shocking Pink. HEX triplet: F0, 17 and C3. RGB value is (240,23,195). Sum of RGB (Red+Green+Blue) = 240+23+195=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F017C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F017C3 is #0FE83C. Grayscale: #6B6B6B. Windows color (decimal): -1042493 or 12785648. OLE color: 12785648.

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

Color convert

RGB 240 23 195 -
CMYK 0 0.90 0.19 0.06
HSL 312.44º 0.88% 0.52% -
HSV(B) 312.44º 0.9% 0.94% -
XYZ 46.09 23.08 53.65 -
YUV 107.49 177.39 222.51 -
System Red Green Blue C M Y K H S L
Decimal 240 23 195 0 0.90 0.19 0.06 312.44 0.88 0.52
Hex F0 17 C3 0 5A 13 6 138 58 34
Octal 360 27 303 0 132 23 6 470 130 64
Binary 11110000 10111 11000011 0 1011010 10011 110 100111000 1011000 110100

Color Harmonies of #F017C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017C3

Black with #F017C3

Text Example


Text Example

White with #F017C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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