Html Css Color HEX #F5258B Deep Pink

📋 copy color: '#F5258B'

red 245 ◦ green 37 ◦ blue 139

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

Shades of Deep Pink #F5258B

Tints of Deep Pink #F5258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 58.19%
G = 8.79%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5258B (or 0xF5258B) is known color: Deep Pink. HEX triplet: F5, 25 and 8B. RGB value is (245,37,139). Sum of RGB (Red+Green+Blue) = 245+37+139=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5258B is #0ADA74. Grayscale: #6E6E6E. Windows color (decimal): -711285 or 9119221. OLE color: 9119221.

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

Color convert

RGB 245 37 139 -
CMYK 0 0.85 0.43 0.04
HSL 330.58º 0.91% 0.55% -
HSV(B) 330.58º 0.85% 0.96% -
XYZ 42.98 22.6 26.52 -
YUV 110.82 143.91 223.71 -
System Red Green Blue C M Y K H S L
Decimal 245 37 139 0 0.85 0.43 0.04 330.58 0.91 0.55
Hex F5 25 8B 0 55 2B 4 14B 5B 37
Octal 365 45 213 0 125 53 4 513 133 67
Binary 11110101 100101 10001011 0 1010101 101011 100 101001011 1011011 110111

Color Harmonies of #F5258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5258B

Black with #F5258B

Text Example


Text Example

White with #F5258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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