Html Css Color HEX #F5038A Deep Pink

📋 copy color: '#F5038A'

red 245 ◦ green 3 ◦ blue 138

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

Shades of Deep Pink #F5038A

Tints of Deep Pink #F5038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 63.47%
G = 0.78%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5038A (or 0xF5038A) is known color: Deep Pink. HEX triplet: F5, 03 and 8A. RGB value is (245,3,138). Sum of RGB (Red+Green+Blue) = 245+3+138=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5038A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5038A is #0AFC75. Grayscale: #5A5A5A. Windows color (decimal): -719990 or 9044981. OLE color: 9044981.

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

Color convert

RGB 245 3 138 -
CMYK 0 0.99 0.44 0.04
HSL 326.53º 0.98% 0.49% -
HSV(B) 326.53º 0.99% 0.96% -
XYZ 42.28 21.31 25.93 -
YUV 90.75 154.67 238.02 -
System Red Green Blue C M Y K H S L
Decimal 245 3 138 0 0.99 0.44 0.04 326.53 0.98 0.49
Hex F5 3 8A 0 63 2C 4 147 62 31
Octal 365 3 212 0 143 54 4 507 142 61
Binary 11110101 11 10001010 0 1100011 101100 100 101000111 1100010 110001

Color Harmonies of #F5038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5038A

Black with #F5038A

Text Example


Text Example

White with #F5038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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