Html Css Color HEX #F01ED1 Shocking Pink

📋 copy color: '#F01ED1'

red 240 ◦ green 30 ◦ blue 209

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

Shades of Shocking Pink #F01ED1

Tints of Shocking Pink #F01ED1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.26%

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

R = 50.1%
G = 6.26%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F01ED1 (or 0xF01ED1) is known color: Shocking Pink. HEX triplet: F0, 1E and D1. RGB value is (240,30,209). Sum of RGB (Red+Green+Blue) = 240+30+209=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ED1 is #0FE12E. Grayscale: #707070. Windows color (decimal): -1040687 or 13704944. OLE color: 13704944.

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

Color convert

RGB 240 30 209 -
CMYK 0 0.87 0.13 0.06
HSL 308.86º 0.88% 0.53% -
HSV(B) 308.86º 0.88% 0.94% -
XYZ 47.91 24.06 62.44 -
YUV 113.2 182.07 218.45 -
System Red Green Blue C M Y K H S L
Decimal 240 30 209 0 0.87 0.13 0.06 308.86 0.88 0.53
Hex F0 1E D1 0 57 D 6 135 58 35
Octal 360 36 321 0 127 15 6 465 130 65
Binary 11110000 11110 11010001 0 1010111 1101 110 100110101 1011000 110101

Color Harmonies of #F01ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01ED1

Black with #F01ED1

Text Example


Text Example

White with #F01ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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