Html Css Color HEX #FA077B Deep Pink

📋 copy color: '#FA077B'

red 250 ◦ green 7 ◦ blue 123

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

Shades of Deep Pink #FA077B

Tints of Deep Pink #FA077B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

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

R = 65.79%
G = 1.84%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA077B (or 0xFA077B) is known color: Deep Pink. HEX triplet: FA, 07 and 7B. RGB value is (250,7,123). Sum of RGB (Red+Green+Blue) = 250+7+123=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA077B is #05F884. Grayscale: #5C5C5C. Windows color (decimal): -391301 or 8062970. OLE color: 8062970.

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

Color convert

RGB 250 7 123 -
CMYK 0 0.97 0.51 0.02
HSL 331.36º 0.96% 0.5% -
HSV(B) 331.36º 0.97% 0.98% -
XYZ 43.08 21.91 20.7 -
YUV 92.88 145.01 240.07 -
System Red Green Blue C M Y K H S L
Decimal 250 7 123 0 0.97 0.51 0.02 331.36 0.96 0.5
Hex FA 7 7B 0 61 33 2 14B 60 32
Octal 372 7 173 0 141 63 2 513 140 62
Binary 11111010 111 1111011 0 1100001 110011 10 101001011 1100000 110010

Color Harmonies of #FA077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA077B

Black with #FA077B

Text Example


Text Example

White with #FA077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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