Html Css Color HEX #F5018A Deep Pink

📋 copy color: '#F5018A'

red 245 ◦ green 1 ◦ blue 138

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

Shades of Deep Pink #F5018A

Tints of Deep Pink #F5018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 63.8%
G = 0.26%
B = 35.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5018A (or 0xF5018A) is known color: Deep Pink. HEX triplet: F5, 01 and 8A. RGB value is (245,1,138). Sum of RGB (Red+Green+Blue) = 245+1+138=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F5018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5018A is #0AFE75. Grayscale: #595959. Windows color (decimal): -720502 or 9044469. OLE color: 9044469.

HSL color Cylindrical-coordinate representation of color #F5018A: hue angle of 326.31º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5018A is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 138 -
CMYK 0 1.00 0.44 0.04
HSL 326.31º 0.99% 0.48% -
HSV(B) 326.31º 1% 0.96% -
XYZ 42.25 21.27 25.92 -
YUV 89.57 155.34 238.86 -
System Red Green Blue C M Y K H S L
Decimal 245 1 138 0 1.00 0.44 0.04 326.31 0.99 0.48
Hex F5 1 8A 0 64 2C 4 146 63 30
Octal 365 1 212 0 144 54 4 506 143 60
Binary 11110101 1 10001010 0 1100100 101100 100 101000110 1100011 110000

Color Harmonies of #F5018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5018A

Black with #F5018A

Text Example


Text Example

White with #F5018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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