Html Css Color HEX #F5208F Deep Pink

📋 copy color: '#F5208F'

red 245 ◦ green 32 ◦ blue 143

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

Shades of Deep Pink #F5208F

Tints of Deep Pink #F5208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.62%

 BLUE value IS 143 (56.25% from 255) = 34.05%

R = 58.33%
G = 7.62%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5208F (or 0xF5208F) is known color: Deep Pink. HEX triplet: F5, 20 and 8F. RGB value is (245,32,143). Sum of RGB (Red+Green+Blue) = 245+32+143=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5208F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5208F is #0ADF70. Grayscale: #6C6C6C. Windows color (decimal): -712561 or 9380085. OLE color: 9380085.

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

Color convert

RGB 245 32 143 -
CMYK 0 0.87 0.42 0.04
HSL 328.73º 0.91% 0.54% -
HSV(B) 328.73º 0.87% 0.96% -
XYZ 43.13 22.43 28.04 -
YUV 108.34 147.57 225.47 -
System Red Green Blue C M Y K H S L
Decimal 245 32 143 0 0.87 0.42 0.04 328.73 0.91 0.54
Hex F5 20 8F 0 57 2A 4 149 5B 36
Octal 365 40 217 0 127 52 4 511 133 66
Binary 11110101 100000 10001111 0 1010111 101010 100 101001001 1011011 110110

Color Harmonies of #F5208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5208F

Black with #F5208F

Text Example


Text Example

White with #F5208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5208F; }

 p { color: rgb(245,32,143); }

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

background-color css

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

 a { background-color: rgb(245,32,143); }

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

border-color css

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

 span { border-color: rgb(245,32,143); }

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