Html Css Color HEX #F5248D Deep Pink

📋 copy color: '#F5248D'

red 245 ◦ green 36 ◦ blue 141

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

Shades of Deep Pink #F5248D

Tints of Deep Pink #F5248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.53%

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 58.06%
G = 8.53%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5248D (or 0xF5248D) is known color: Deep Pink. HEX triplet: F5, 24 and 8D. RGB value is (245,36,141). Sum of RGB (Red+Green+Blue) = 245+36+141=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5248D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5248D is #0ADB72. Grayscale: #6E6E6E. Windows color (decimal): -711539 or 9250037. OLE color: 9250037.

HSL color Cylindrical-coordinate representation of color #F5248D: hue angle of 329.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5248D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 36 141 -
CMYK 0 0.85 0.42 0.04
HSL 329.86º 0.91% 0.55% -
HSV(B) 329.86º 0.85% 0.96% -
XYZ 43.09 22.6 27.29 -
YUV 110.46 145.24 223.96 -
System Red Green Blue C M Y K H S L
Decimal 245 36 141 0 0.85 0.42 0.04 329.86 0.91 0.55
Hex F5 24 8D 0 55 2A 4 14A 5B 37
Octal 365 44 215 0 125 52 4 512 133 67
Binary 11110101 100100 10001101 0 1010101 101010 100 101001010 1011011 110111

Color Harmonies of #F5248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5248D

Black with #F5248D

Text Example


Text Example

White with #F5248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5248D; }

 p { color: rgb(245,36,141); }

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

background-color css

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

 a { background-color: rgb(245,36,141); }

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

border-color css

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

 span { border-color: rgb(245,36,141); }

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