Html Css Color HEX #F011CD Shocking Pink

📋 copy color: '#F011CD'

red 240 ◦ green 17 ◦ blue 205

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

Shades of Shocking Pink #F011CD

Tints of Shocking Pink #F011CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.68%

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 51.95%
G = 3.68%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F011CD (or 0xF011CD) is known color: Shocking Pink. HEX triplet: F0, 11 and CD. RGB value is (240,17,205). Sum of RGB (Red+Green+Blue) = 240+17+205=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F011CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011CD is #0FEE32. Grayscale: #686868. Windows color (decimal): -1044019 or 13439472. OLE color: 13439472.

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

Color convert

RGB 240 17 205 -
CMYK 0 0.93 0.15 0.06
HSL 309.42º 0.88% 0.5% -
HSV(B) 309.42º 0.93% 0.94% -
XYZ 47.16 23.33 59.78 -
YUV 105.11 184.38 224.21 -
System Red Green Blue C M Y K H S L
Decimal 240 17 205 0 0.93 0.15 0.06 309.42 0.88 0.5
Hex F0 11 CD 0 5D F 6 135 58 32
Octal 360 21 315 0 135 17 6 465 130 62
Binary 11110000 10001 11001101 0 1011101 1111 110 100110101 1011000 110010

Color Harmonies of #F011CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011CD

Black with #F011CD

Text Example


Text Example

White with #F011CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011CD; }

 p { color: rgb(240,17,205); }

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

background-color css

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

 a { background-color: rgb(240,17,205); }

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

border-color css

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

 span { border-color: rgb(240,17,205); }

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