Html Css Color HEX #FA048C Deep Pink

📋 copy color: '#FA048C'

red 250 ◦ green 4 ◦ blue 140

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

Shades of Deep Pink #FA048C

Tints of Deep Pink #FA048C

RGB

 RED value IS 250 (98.05% from 255) = 63.45%

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 140 (55.08% from 255) = 35.53%

R = 63.45%
G = 1.02%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA048C (or 0xFA048C) is known color: Deep Pink. HEX triplet: FA, 04 and 8C. RGB value is (250,4,140). Sum of RGB (Red+Green+Blue) = 250+4+140=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA048C is #05FB73. Grayscale: #5C5C5C. Windows color (decimal): -392052 or 9176314. OLE color: 9176314.

HSL color Cylindrical-coordinate representation of color #FA048C: hue angle of 326.83º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA048C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 4 140 -
CMYK 0 0.98 0.44 0.02
HSL 326.83º 0.97% 0.5% -
HSV(B) 326.83º 0.98% 0.98% -
XYZ 44.2 22.3 26.79 -
YUV 93.06 154.5 239.94 -
System Red Green Blue C M Y K H S L
Decimal 250 4 140 0 0.98 0.44 0.02 326.83 0.97 0.5
Hex FA 4 8C 0 62 2C 2 147 61 32
Octal 372 4 214 0 142 54 2 507 141 62
Binary 11111010 100 10001100 0 1100010 101100 10 101000111 1100001 110010

Color Harmonies of #FA048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA048C

Black with #FA048C

Text Example


Text Example

White with #FA048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA048C; }

 p { color: rgb(250,4,140); }

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

background-color css

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

 a { background-color: rgb(250,4,140); }

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

border-color css

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

 span { border-color: rgb(250,4,140); }

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