Html Css Color HEX #F520CB Shocking Pink

📋 copy color: '#F520CB'

red 245 ◦ green 32 ◦ blue 203

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

Shades of Shocking Pink #F520CB

Tints of Shocking Pink #F520CB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.67%

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

R = 51.04%
G = 6.67%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F520CB (or 0xF520CB) is known color: Shocking Pink. HEX triplet: F5, 20 and CB. RGB value is (245,32,203). Sum of RGB (Red+Green+Blue) = 245+32+203=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F520CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520CB is #0ADF34. Grayscale: #727272. Windows color (decimal): -712501 or 13312245. OLE color: 13312245.

HSL color Cylindrical-coordinate representation of color #F520CB: hue angle of 311.83º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F520CB is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 32 203 -
CMYK 0 0.87 0.17 0.04
HSL 311.83º 0.91% 0.54% -
HSV(B) 311.83º 0.87% 0.96% -
XYZ 48.95 24.76 58.7 -
YUV 115.18 177.57 220.6 -
System Red Green Blue C M Y K H S L
Decimal 245 32 203 0 0.87 0.17 0.04 311.83 0.91 0.54
Hex F5 20 CB 0 57 11 4 138 5B 36
Octal 365 40 313 0 127 21 4 470 133 66
Binary 11110101 100000 11001011 0 1010111 10001 100 100111000 1011011 110110

Color Harmonies of #F520CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F520CB

Black with #F520CB

Text Example


Text Example

White with #F520CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F520CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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