Html Css Color HEX #FA0277 Deep Pink

📋 copy color: '#FA0277'

red 250 ◦ green 2 ◦ blue 119

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

Shades of Deep Pink #FA0277

Tints of Deep Pink #FA0277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 67.39%
G = 0.54%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA0277 (or 0xFA0277) is known color: Deep Pink. HEX triplet: FA, 02 and 77. RGB value is (250,2,119). Sum of RGB (Red+Green+Blue) = 250+2+119=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0277 is #05FD88. Grayscale: #595959. Windows color (decimal): -392585 or 7799546. OLE color: 7799546.

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

Color convert

RGB 250 2 119 -
CMYK 0 0.99 0.52 0.02
HSL 331.69º 0.98% 0.49% -
HSV(B) 331.69º 0.99% 0.98% -
XYZ 42.78 21.7 19.39 -
YUV 89.49 144.66 242.49 -
System Red Green Blue C M Y K H S L
Decimal 250 2 119 0 0.99 0.52 0.02 331.69 0.98 0.49
Hex FA 2 77 0 63 34 2 14C 62 31
Octal 372 2 167 0 143 64 2 514 142 61
Binary 11111010 10 1110111 0 1100011 110100 10 101001100 1100010 110001

Color Harmonies of #FA0277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0277

Black with #FA0277

Text Example


Text Example

White with #FA0277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0277; }

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

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

background-color css

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

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

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

border-color css

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

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

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