Html Css Color HEX #F5218D Deep Pink

📋 copy color: '#F5218D'

red 245 ◦ green 33 ◦ blue 141

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

Shades of Deep Pink #F5218D

Tints of Deep Pink #F5218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.88%

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

R = 58.47%
G = 7.88%
B = 33.65%

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

#F5218D (or 0xF5218D) is known color: Deep Pink. HEX triplet: F5, 21 and 8D. RGB value is (245,33,141). Sum of RGB (Red+Green+Blue) = 245+33+141=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5218D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5218D is #0ADE72. Grayscale: #6C6C6C. Windows color (decimal): -712307 or 9249269. OLE color: 9249269.

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

Color convert

RGB 245 33 141 -
CMYK 0 0.87 0.42 0.04
HSL 329.43º 0.91% 0.55% -
HSV(B) 329.43º 0.87% 0.96% -
XYZ 43.01 22.42 27.26 -
YUV 108.7 146.24 225.22 -
System Red Green Blue C M Y K H S L
Decimal 245 33 141 0 0.87 0.42 0.04 329.43 0.91 0.55
Hex F5 21 8D 0 57 2A 4 149 5B 37
Octal 365 41 215 0 127 52 4 511 133 67
Binary 11110101 100001 10001101 0 1010111 101010 100 101001001 1011011 110111

Color Harmonies of #F5218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5218D

Black with #F5218D

Text Example


Text Example

White with #F5218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5218D; }

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

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

background-color css

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

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

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

border-color css

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

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

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