Html Css Color HEX #F51FCB Shocking Pink

📋 copy color: '#F51FCB'

red 245 ◦ green 31 ◦ blue 203

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

Shades of Shocking Pink #F51FCB

Tints of Shocking Pink #F51FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.47%

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

R = 51.15%
G = 6.47%
B = 42.38%

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

#F51FCB (or 0xF51FCB) is known color: Shocking Pink. HEX triplet: F5, 1F and CB. RGB value is (245,31,203). Sum of RGB (Red+Green+Blue) = 245+31+203=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F51FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51FCB is #0AE034. Grayscale: #727272. Windows color (decimal): -712757 or 13311989. OLE color: 13311989.

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

Color convert

RGB 245 31 203 -
CMYK 0 0.87 0.17 0.04
HSL 311.78º 0.91% 0.54% -
HSV(B) 311.78º 0.87% 0.96% -
XYZ 48.93 24.7 58.69 -
YUV 114.59 177.9 221.01 -
System Red Green Blue C M Y K H S L
Decimal 245 31 203 0 0.87 0.17 0.04 311.78 0.91 0.54
Hex F5 1F CB 0 57 11 4 138 5B 36
Octal 365 37 313 0 127 21 4 470 133 66
Binary 11110101 11111 11001011 0 1010111 10001 100 100111000 1011011 110110

Color Harmonies of #F51FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51FCB

Black with #F51FCB

Text Example


Text Example

White with #F51FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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