Html Css Color HEX #FA0D77 Deep Pink

📋 copy color: '#FA0D77'

red 250 ◦ green 13 ◦ blue 119

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

Shades of Deep Pink #FA0D77

Tints of Deep Pink #FA0D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.4%

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 65.45%
G = 3.4%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA0D77 (or 0xFA0D77) is known color: Deep Pink. HEX triplet: FA, 0D and 77. RGB value is (250,13,119). Sum of RGB (Red+Green+Blue) = 250+13+119=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0D77 is #05F288. Grayscale: #5F5F5F. Windows color (decimal): -389769 or 7802362. OLE color: 7802362.

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

Color convert

RGB 250 13 119 -
CMYK 0 0.95 0.52 0.02
HSL 333.16º 0.96% 0.52% -
HSV(B) 333.16º 0.95% 0.98% -
XYZ 42.9 21.94 19.43 -
YUV 95.95 141.02 237.88 -
System Red Green Blue C M Y K H S L
Decimal 250 13 119 0 0.95 0.52 0.02 333.16 0.96 0.52
Hex FA D 77 0 5F 34 2 14D 60 34
Octal 372 15 167 0 137 64 2 515 140 64
Binary 11111010 1101 1110111 0 1011111 110100 10 101001101 1100000 110100

Color Harmonies of #FA0D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0D77

Black with #FA0D77

Text Example


Text Example

White with #FA0D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0D77; }

 p { color: rgb(250,13,119); }

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

background-color css

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

 a { background-color: rgb(250,13,119); }

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

border-color css

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

 span { border-color: rgb(250,13,119); }

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