Html Css Color HEX #F5258D Deep Pink

📋 copy color: '#F5258D'

red 245 ◦ green 37 ◦ blue 141

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

Shades of Deep Pink #F5258D

Tints of Deep Pink #F5258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.75%

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

R = 57.92%
G = 8.75%
B = 33.33%

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

#F5258D (or 0xF5258D) is known color: Deep Pink. HEX triplet: F5, 25 and 8D. RGB value is (245,37,141). Sum of RGB (Red+Green+Blue) = 245+37+141=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5258D is #0ADA72. Grayscale: #6E6E6E. Windows color (decimal): -711283 or 9250293. OLE color: 9250293.

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

Color convert

RGB 245 37 141 -
CMYK 0 0.85 0.42 0.04
HSL 330º 0.91% 0.55% -
HSV(B) 330º 0.85% 0.96% -
XYZ 43.13 22.66 27.3 -
YUV 111.05 144.91 223.54 -
System Red Green Blue C M Y K H S L
Decimal 245 37 141 0 0.85 0.42 0.04 330 0.91 0.55
Hex F5 25 8D 0 55 2A 4 14A 5B 37
Octal 365 45 215 0 125 52 4 512 133 67
Binary 11110101 100101 10001101 0 1010101 101010 100 101001010 1011011 110111

Color Harmonies of #F5258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5258D

Black with #F5258D

Text Example


Text Example

White with #F5258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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