Html Css Color HEX #FA047B Deep Pink

📋 copy color: '#FA047B'

red 250 ◦ green 4 ◦ blue 123

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

Shades of Deep Pink #FA047B

Tints of Deep Pink #FA047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 66.31%
G = 1.06%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA047B (or 0xFA047B) is known color: Deep Pink. HEX triplet: FA, 04 and 7B. RGB value is (250,4,123). Sum of RGB (Red+Green+Blue) = 250+4+123=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA047B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA047B is #05FB84. Grayscale: #5A5A5A. Windows color (decimal): -392069 or 8062202. OLE color: 8062202.

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

Color convert

RGB 250 4 123 -
CMYK 0 0.98 0.51 0.02
HSL 330.98º 0.97% 0.5% -
HSV(B) 330.98º 0.98% 0.98% -
XYZ 43.04 21.84 20.69 -
YUV 91.12 146 241.32 -
System Red Green Blue C M Y K H S L
Decimal 250 4 123 0 0.98 0.51 0.02 330.98 0.97 0.5
Hex FA 4 7B 0 62 33 2 14B 61 32
Octal 372 4 173 0 142 63 2 513 141 62
Binary 11111010 100 1111011 0 1100010 110011 10 101001011 1100001 110010

Color Harmonies of #FA047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA047B

Black with #FA047B

Text Example


Text Example

White with #FA047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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