Html Css Color HEX #F013D1 Shocking Pink

📋 copy color: '#F013D1'

red 240 ◦ green 19 ◦ blue 209

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

Shades of Shocking Pink #F013D1

Tints of Shocking Pink #F013D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 51.28%
G = 4.06%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F013D1 (or 0xF013D1) is known color: Shocking Pink. HEX triplet: F0, 13 and D1. RGB value is (240,19,209). Sum of RGB (Red+Green+Blue) = 240+19+209=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 19 (7.81% from 255 or 4.06% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F013D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013D1 is #0FEC2E. Grayscale: #6A6A6A. Windows color (decimal): -1043503 or 13702128. OLE color: 13702128.

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

Color convert

RGB 240 19 209 -
CMYK 0 0.92 0.13 0.06
HSL 308.42º 0.88% 0.51% -
HSV(B) 308.42º 0.92% 0.94% -
XYZ 47.68 23.59 62.36 -
YUV 106.74 185.72 223.05 -
System Red Green Blue C M Y K H S L
Decimal 240 19 209 0 0.92 0.13 0.06 308.42 0.88 0.51
Hex F0 13 D1 0 5C D 6 134 58 33
Octal 360 23 321 0 134 15 6 464 130 63
Binary 11110000 10011 11010001 0 1011100 1101 110 100110100 1011000 110011

Color Harmonies of #F013D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013D1

Black with #F013D1

Text Example


Text Example

White with #F013D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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