Html Css Color HEX #F5218A Deep Pink

📋 copy color: '#F5218A'

red 245 ◦ green 33 ◦ blue 138

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

Shades of Deep Pink #F5218A

Tints of Deep Pink #F5218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 58.89%
G = 7.93%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5218A (or 0xF5218A) is known color: Deep Pink. HEX triplet: F5, 21 and 8A. RGB value is (245,33,138). Sum of RGB (Red+Green+Blue) = 245+33+138=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F5218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5218A is #0ADE75. Grayscale: #6C6C6C. Windows color (decimal): -712310 or 9052661. OLE color: 9052661.

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

Color convert

RGB 245 33 138 -
CMYK 0 0.87 0.44 0.04
HSL 330.28º 0.91% 0.55% -
HSV(B) 330.28º 0.87% 0.96% -
XYZ 42.79 22.34 26.1 -
YUV 108.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 245 33 138 0 0.87 0.44 0.04 330.28 0.91 0.55
Hex F5 21 8A 0 57 2C 4 14A 5B 37
Octal 365 41 212 0 127 54 4 512 133 67
Binary 11110101 100001 10001010 0 1010111 101100 100 101001010 1011011 110111

Color Harmonies of #F5218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5218A

Black with #F5218A

Text Example


Text Example

White with #F5218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5218A; }

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

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

background-color css

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

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

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

border-color css

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

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

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