Html Css Color HEX #F010D1 Shocking Pink

📋 copy color: '#F010D1'

red 240 ◦ green 16 ◦ blue 209

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

Shades of Shocking Pink #F010D1

Tints of Shocking Pink #F010D1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.44%

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

R = 51.61%
G = 3.44%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F010D1 (or 0xF010D1) is known color: Shocking Pink. HEX triplet: F0, 10 and D1. RGB value is (240,16,209). Sum of RGB (Red+Green+Blue) = 240+16+209=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F010D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010D1 is #0FEF2E. Grayscale: #686868. Windows color (decimal): -1044271 or 13701360. OLE color: 13701360.

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

Color convert

RGB 240 16 209 -
CMYK 0 0.93 0.13 0.06
HSL 308.3º 0.88% 0.5% -
HSV(B) 308.3º 0.93% 0.94% -
XYZ 47.63 23.5 62.35 -
YUV 104.98 186.71 224.31 -
System Red Green Blue C M Y K H S L
Decimal 240 16 209 0 0.93 0.13 0.06 308.3 0.88 0.5
Hex F0 10 D1 0 5D D 6 134 58 32
Octal 360 20 321 0 135 15 6 464 130 62
Binary 11110000 10000 11010001 0 1011101 1101 110 100110100 1011000 110010

Color Harmonies of #F010D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010D1

Black with #F010D1

Text Example


Text Example

White with #F010D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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