Html Css Color HEX #F51D98 Deep Pink

📋 copy color: '#F51D98'

red 245 ◦ green 29 ◦ blue 152

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

Shades of Deep Pink #F51D98

Tints of Deep Pink #F51D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 57.51%
G = 6.81%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F51D98 (or 0xF51D98) is known color: Deep Pink. HEX triplet: F5, 1D and 98. RGB value is (245,29,152). Sum of RGB (Red+Green+Blue) = 245+29+152=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51D98 is #0AE267. Grayscale: #6B6B6B. Windows color (decimal): -713320 or 9969141. OLE color: 9969141.

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

Color convert

RGB 245 29 152 -
CMYK 0 0.88 0.38 0.04
HSL 325.83º 0.92% 0.54% -
HSV(B) 325.83º 0.88% 0.96% -
XYZ 43.76 22.56 31.75 -
YUV 107.61 153.06 226 -
System Red Green Blue C M Y K H S L
Decimal 245 29 152 0 0.88 0.38 0.04 325.83 0.92 0.54
Hex F5 1D 98 0 58 26 4 146 5C 36
Octal 365 35 230 0 130 46 4 506 134 66
Binary 11110101 11101 10011000 0 1011000 100110 100 101000110 1011100 110110

Color Harmonies of #F51D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D98

Black with #F51D98

Text Example


Text Example

White with #F51D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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