Html Css Color HEX #F013C5 Shocking Pink

📋 copy color: '#F013C5'

red 240 ◦ green 19 ◦ blue 197

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

Shades of Shocking Pink #F013C5

Tints of Shocking Pink #F013C5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.17%

 BLUE value IS 197 (77.34% from 255) = 43.2%

R = 52.63%
G = 4.17%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F013C5 (or 0xF013C5) is known color: Shocking Pink. HEX triplet: F0, 13 and C5. RGB value is (240,19,197). Sum of RGB (Red+Green+Blue) = 240+19+197=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F013C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013C5 is #0FEC3A. Grayscale: #686868. Windows color (decimal): -1043515 or 12915696. OLE color: 12915696.

HSL color Cylindrical-coordinate representation of color #F013C5: hue angle of 311.67º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013C5 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 197 -
CMYK 0 0.92 0.18 0.06
HSL 311.67º 0.88% 0.51% -
HSV(B) 311.67º 0.92% 0.94% -
XYZ 46.25 23.02 54.83 -
YUV 105.37 179.72 224.03 -
System Red Green Blue C M Y K H S L
Decimal 240 19 197 0 0.92 0.18 0.06 311.67 0.88 0.51
Hex F0 13 C5 0 5C 12 6 138 58 33
Octal 360 23 305 0 134 22 6 470 130 63
Binary 11110000 10011 11000101 0 1011100 10010 110 100111000 1011000 110011

Color Harmonies of #F013C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013C5

Black with #F013C5

Text Example


Text Example

White with #F013C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013C5; }

 p { color: rgb(240,19,197); }

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

background-color css

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

 a { background-color: rgb(240,19,197); }

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

border-color css

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

 span { border-color: rgb(240,19,197); }

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