Html Css Color HEX #FA048B Deep Pink

📋 copy color: '#FA048B'

red 250 ◦ green 4 ◦ blue 139

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

Shades of Deep Pink #FA048B

Tints of Deep Pink #FA048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 63.61%
G = 1.02%
B = 35.37%

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

#FA048B (or 0xFA048B) is known color: Deep Pink. HEX triplet: FA, 04 and 8B. RGB value is (250,4,139). Sum of RGB (Red+Green+Blue) = 250+4+139=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA048B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA048B is #05FB74. Grayscale: #5C5C5C. Windows color (decimal): -392053 or 9110778. OLE color: 9110778.

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

Color convert

RGB 250 4 139 -
CMYK 0 0.98 0.44 0.02
HSL 327.07º 0.97% 0.5% -
HSV(B) 327.07º 0.98% 0.98% -
XYZ 44.13 22.27 26.4 -
YUV 92.94 154 240.02 -
System Red Green Blue C M Y K H S L
Decimal 250 4 139 0 0.98 0.44 0.02 327.07 0.97 0.5
Hex FA 4 8B 0 62 2C 2 147 61 32
Octal 372 4 213 0 142 54 2 507 141 62
Binary 11111010 100 10001011 0 1100010 101100 10 101000111 1100001 110010

Color Harmonies of #FA048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA048B

Black with #FA048B

Text Example


Text Example

White with #FA048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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