Html Css Color HEX #FA2377 Deep Pink

📋 copy color: '#FA2377'

red 250 ◦ green 35 ◦ blue 119

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

Shades of Deep Pink #FA2377

Tints of Deep Pink #FA2377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.66%

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

R = 61.88%
G = 8.66%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA2377 (or 0xFA2377) is known color: Deep Pink. HEX triplet: FA, 23 and 77. RGB value is (250,35,119). Sum of RGB (Red+Green+Blue) = 250+35+119=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2377 is #05DC88. Grayscale: #6C6C6C. Windows color (decimal): -384137 or 7807994. OLE color: 7807994.

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

Color convert

RGB 250 35 119 -
CMYK 0 0.86 0.52 0.02
HSL 336.56º 0.96% 0.56% -
HSV(B) 336.56º 0.86% 0.98% -
XYZ 43.36 22.86 19.58 -
YUV 108.86 133.73 228.67 -
System Red Green Blue C M Y K H S L
Decimal 250 35 119 0 0.86 0.52 0.02 336.56 0.96 0.56
Hex FA 23 77 0 56 34 2 151 60 38
Octal 372 43 167 0 126 64 2 521 140 70
Binary 11111010 100011 1110111 0 1010110 110100 10 101010001 1100000 111000

Color Harmonies of #FA2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2377

Black with #FA2377

Text Example


Text Example

White with #FA2377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2377; }

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

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

background-color css

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

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

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

border-color css

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

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

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