Html Css Color HEX #F51CCC Shocking Pink

📋 copy color: '#F51CCC'

red 245 ◦ green 28 ◦ blue 204

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

Shades of Shocking Pink #F51CCC

Tints of Shocking Pink #F51CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.87%

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 51.36%
G = 5.87%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F51CCC (or 0xF51CCC) is known color: Shocking Pink. HEX triplet: F5, 1C and CC. RGB value is (245,28,204). Sum of RGB (Red+Green+Blue) = 245+28+204=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CCC is #0AE333. Grayscale: #707070. Windows color (decimal): -713524 or 13376757. OLE color: 13376757.

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

Color convert

RGB 245 28 204 -
CMYK 0 0.89 0.17 0.04
HSL 311.34º 0.92% 0.54% -
HSV(B) 311.34º 0.89% 0.96% -
XYZ 48.97 24.6 59.29 -
YUV 112.95 179.39 222.19 -
System Red Green Blue C M Y K H S L
Decimal 245 28 204 0 0.89 0.17 0.04 311.34 0.92 0.54
Hex F5 1C CC 0 59 11 4 137 5C 36
Octal 365 34 314 0 131 21 4 467 134 66
Binary 11110101 11100 11001100 0 1011001 10001 100 100110111 1011100 110110

Color Harmonies of #F51CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CCC

Black with #F51CCC

Text Example


Text Example

White with #F51CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CCC; }

 p { color: rgb(245,28,204); }

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

background-color css

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

 a { background-color: rgb(245,28,204); }

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

border-color css

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

 span { border-color: rgb(245,28,204); }

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