Html Css Color HEX #F511CB Shocking Pink

📋 copy color: '#F511CB'

red 245 ◦ green 17 ◦ blue 203

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

Shades of Shocking Pink #F511CB

Tints of Shocking Pink #F511CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 52.69%
G = 3.66%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F511CB (or 0xF511CB) is known color: Shocking Pink. HEX triplet: F5, 11 and CB. RGB value is (245,17,203). Sum of RGB (Red+Green+Blue) = 245+17+203=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F511CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511CB is #0AEE34. Grayscale: #696969. Windows color (decimal): -716341 or 13308405. OLE color: 13308405.

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

Color convert

RGB 245 17 203 -
CMYK 0 0.93 0.17 0.04
HSL 311.05º 0.92% 0.51% -
HSV(B) 311.05º 0.93% 0.96% -
XYZ 48.64 24.13 58.59 -
YUV 106.38 182.54 226.88 -
System Red Green Blue C M Y K H S L
Decimal 245 17 203 0 0.93 0.17 0.04 311.05 0.92 0.51
Hex F5 11 CB 0 5D 11 4 137 5C 33
Octal 365 21 313 0 135 21 4 467 134 63
Binary 11110101 10001 11001011 0 1011101 10001 100 100110111 1011100 110011

Color Harmonies of #F511CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511CB

Black with #F511CB

Text Example


Text Example

White with #F511CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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