Html Css Color HEX #F51882 Deep Pink

📋 copy color: '#F51882'

red 245 ◦ green 24 ◦ blue 130

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

Shades of Deep Pink #F51882

Tints of Deep Pink #F51882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.02%

 BLUE value IS 130 (51.17% from 255) = 32.58%

R = 61.4%
G = 6.02%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F51882 (or 0xF51882) is known color: Deep Pink. HEX triplet: F5, 18 and 82. RGB value is (245,24,130). Sum of RGB (Red+Green+Blue) = 245+24+130=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F51882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51882 is #0AE77D. Grayscale: #656565. Windows color (decimal): -714622 or 8526069. OLE color: 8526069.

HSL color Cylindrical-coordinate representation of color #F51882: hue angle of 331.22º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51882 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 24 130 -
CMYK 0 0.90 0.47 0.04
HSL 331.22º 0.92% 0.53% -
HSV(B) 331.22º 0.9% 0.96% -
XYZ 42.01 21.68 23.09 -
YUV 102.16 143.72 229.88 -
System Red Green Blue C M Y K H S L
Decimal 245 24 130 0 0.90 0.47 0.04 331.22 0.92 0.53
Hex F5 18 82 0 5A 2F 4 14B 5C 35
Octal 365 30 202 0 132 57 4 513 134 65
Binary 11110101 11000 10000010 0 1011010 101111 100 101001011 1011100 110101

Color Harmonies of #F51882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51882

Black with #F51882

Text Example


Text Example

White with #F51882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51882; }

 p { color: rgb(245,24,130); }

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

background-color css

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

 a { background-color: rgb(245,24,130); }

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

border-color css

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

 span { border-color: rgb(245,24,130); }

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