Html Css Color HEX #F51CCB Shocking Pink

📋 copy color: '#F51CCB'

red 245 ◦ green 28 ◦ blue 203

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

Shades of Shocking Pink #F51CCB

Tints of Shocking Pink #F51CCB

RGB

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

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

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

R = 51.47%
G = 5.88%
B = 42.65%

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

#F51CCB (or 0xF51CCB) is known color: Shocking Pink. HEX triplet: F5, 1C and CB. RGB value is (245,28,203). Sum of RGB (Red+Green+Blue) = 245+28+203=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CCB is #0AE334. Grayscale: #707070. Windows color (decimal): -713525 or 13311221. OLE color: 13311221.

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

Color convert

RGB 245 28 203 -
CMYK 0 0.89 0.17 0.04
HSL 311.61º 0.92% 0.54% -
HSV(B) 311.61º 0.89% 0.96% -
XYZ 48.85 24.55 58.66 -
YUV 112.83 178.89 222.27 -
System Red Green Blue C M Y K H S L
Decimal 245 28 203 0 0.89 0.17 0.04 311.61 0.92 0.54
Hex F5 1C CB 0 59 11 4 138 5C 36
Octal 365 34 313 0 131 21 4 470 134 66
Binary 11110101 11100 11001011 0 1011001 10001 100 100111000 1011100 110110

Color Harmonies of #F51CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51CCB

Black with #F51CCB

Text Example


Text Example

White with #F51CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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