Html Css Color HEX #F511CF Shocking Pink

📋 copy color: '#F511CF'

red 245 ◦ green 17 ◦ blue 207

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

Shades of Shocking Pink #F511CF

Tints of Shocking Pink #F511CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 52.24%
G = 3.62%
B = 44.14%

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

#F511CF (or 0xF511CF) is known color: Shocking Pink. HEX triplet: F5, 11 and CF. RGB value is (245,17,207). Sum of RGB (Red+Green+Blue) = 245+17+207=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F511CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511CF is #0AEE30. Grayscale: #6A6A6A. Windows color (decimal): -716337 or 13570549. OLE color: 13570549.

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

Color convert

RGB 245 17 207 -
CMYK 0 0.93 0.16 0.04
HSL 310º 0.92% 0.51% -
HSV(B) 310º 0.93% 0.96% -
XYZ 49.12 24.32 61.14 -
YUV 106.83 184.54 226.55 -
System Red Green Blue C M Y K H S L
Decimal 245 17 207 0 0.93 0.16 0.04 310 0.92 0.51
Hex F5 11 CF 0 5D 10 4 136 5C 33
Octal 365 21 317 0 135 20 4 466 134 63
Binary 11110101 10001 11001111 0 1011101 10000 100 100110110 1011100 110011

Color Harmonies of #F511CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511CF

Black with #F511CF

Text Example


Text Example

White with #F511CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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