Html Css Color HEX #F511C7 Shocking Pink

📋 copy color: '#F511C7'

red 245 ◦ green 17 ◦ blue 199

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

Shades of Shocking Pink #F511C7

Tints of Shocking Pink #F511C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.17%

R = 53.15%
G = 3.69%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F511C7 (or 0xF511C7) is known color: Shocking Pink. HEX triplet: F5, 11 and C7. RGB value is (245,17,199). Sum of RGB (Red+Green+Blue) = 245+17+199=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F511C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511C7 is #0AEE38. Grayscale: #696969. Windows color (decimal): -716345 or 13046261. OLE color: 13046261.

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

Color convert

RGB 245 17 199 -
CMYK 0 0.93 0.19 0.04
HSL 312.11º 0.92% 0.51% -
HSV(B) 312.11º 0.93% 0.96% -
XYZ 48.17 23.94 56.11 -
YUV 105.92 180.54 227.2 -
System Red Green Blue C M Y K H S L
Decimal 245 17 199 0 0.93 0.19 0.04 312.11 0.92 0.51
Hex F5 11 C7 0 5D 13 4 138 5C 33
Octal 365 21 307 0 135 23 4 470 134 63
Binary 11110101 10001 11000111 0 1011101 10011 100 100111000 1011100 110011

Color Harmonies of #F511C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511C7

Black with #F511C7

Text Example


Text Example

White with #F511C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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