Html Css Color HEX #F511CD Shocking Pink

📋 copy color: '#F511CD'

red 245 ◦ green 17 ◦ blue 205

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

Shades of Shocking Pink #F511CD

Tints of Shocking Pink #F511CD

RGB

 RED value IS 245 (96.09% from 255) = 52.46%

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

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

R = 52.46%
G = 3.64%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F511CD (or 0xF511CD) is known color: Shocking Pink. HEX triplet: F5, 11 and CD. RGB value is (245,17,205). Sum of RGB (Red+Green+Blue) = 245+17+205=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F511CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511CD is #0AEE32. Grayscale: #6A6A6A. Windows color (decimal): -716339 or 13439477. OLE color: 13439477.

HSL color Cylindrical-coordinate representation of color #F511CD: hue angle of 310.53º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511CD is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 17 205 -
CMYK 0 0.93 0.16 0.04
HSL 310.53º 0.92% 0.51% -
HSV(B) 310.53º 0.93% 0.96% -
XYZ 48.88 24.22 59.86 -
YUV 106.6 183.54 226.71 -
System Red Green Blue C M Y K H S L
Decimal 245 17 205 0 0.93 0.16 0.04 310.53 0.92 0.51
Hex F5 11 CD 0 5D 10 4 137 5C 33
Octal 365 21 315 0 135 20 4 467 134 63
Binary 11110101 10001 11001101 0 1011101 10000 100 100110111 1011100 110011

Color Harmonies of #F511CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511CD

Black with #F511CD

Text Example


Text Example

White with #F511CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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