Html Css Color HEX #F51CCA Shocking Pink

📋 copy color: '#F51CCA'

red 245 ◦ green 28 ◦ blue 202

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

Shades of Shocking Pink #F51CCA

Tints of Shocking Pink #F51CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 51.58%
G = 5.89%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F51CCA (or 0xF51CCA) is known color: Shocking Pink. HEX triplet: F5, 1C and CA. RGB value is (245,28,202). Sum of RGB (Red+Green+Blue) = 245+28+202=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CCA is #0AE335. Grayscale: #707070. Windows color (decimal): -713526 or 13245685. OLE color: 13245685.

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

Color convert

RGB 245 28 202 -
CMYK 0 0.89 0.18 0.04
HSL 311.89º 0.92% 0.54% -
HSV(B) 311.89º 0.89% 0.96% -
XYZ 48.73 24.51 58.04 -
YUV 112.72 178.39 222.35 -
System Red Green Blue C M Y K H S L
Decimal 245 28 202 0 0.89 0.18 0.04 311.89 0.92 0.54
Hex F5 1C CA 0 59 12 4 138 5C 36
Octal 365 34 312 0 131 22 4 470 134 66
Binary 11110101 11100 11001010 0 1011001 10010 100 100111000 1011100 110110

Color Harmonies of #F51CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CCA

Black with #F51CCA

Text Example


Text Example

White with #F51CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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