Html Css Color HEX #F51DC9 Shocking Pink

📋 copy color: '#F51DC9'

red 245 ◦ green 29 ◦ blue 201

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

Shades of Shocking Pink #F51DC9

Tints of Shocking Pink #F51DC9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.11%

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 51.58%
G = 6.11%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F51DC9 (or 0xF51DC9) is known color: Shocking Pink. HEX triplet: F5, 1D and C9. RGB value is (245,29,201). Sum of RGB (Red+Green+Blue) = 245+29+201=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F51DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51DC9 is #0AE236. Grayscale: #707070. Windows color (decimal): -713271 or 13180405. OLE color: 13180405.

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

Color convert

RGB 245 29 201 -
CMYK 0 0.88 0.18 0.04
HSL 312.22º 0.92% 0.54% -
HSV(B) 312.22º 0.88% 0.96% -
XYZ 48.64 24.51 57.43 -
YUV 113.19 177.56 222.01 -
System Red Green Blue C M Y K H S L
Decimal 245 29 201 0 0.88 0.18 0.04 312.22 0.92 0.54
Hex F5 1D C9 0 58 12 4 138 5C 36
Octal 365 35 311 0 130 22 4 470 134 66
Binary 11110101 11101 11001001 0 1011000 10010 100 100111000 1011100 110110

Color Harmonies of #F51DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51DC9

Black with #F51DC9

Text Example


Text Example

White with #F51DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51DC9; }

 p { color: rgb(245,29,201); }

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

background-color css

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

 a { background-color: rgb(245,29,201); }

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

border-color css

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

 span { border-color: rgb(245,29,201); }

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