Html Css Color HEX #FA2379 Deep Pink

📋 copy color: '#FA2379'

red 250 ◦ green 35 ◦ blue 121

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

Shades of Deep Pink #FA2379

Tints of Deep Pink #FA2379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.8%

R = 61.58%
G = 8.62%
B = 29.8%

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

#FA2379 (or 0xFA2379) is known color: Deep Pink. HEX triplet: FA, 23 and 79. RGB value is (250,35,121). Sum of RGB (Red+Green+Blue) = 250+35+121=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2379 is #05DC86. Grayscale: #6C6C6C. Windows color (decimal): -384135 or 7939066. OLE color: 7939066.

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

Color convert

RGB 250 35 121 -
CMYK 0 0.86 0.52 0.02
HSL 336º 0.96% 0.56% -
HSV(B) 336º 0.86% 0.98% -
XYZ 43.48 22.91 20.22 -
YUV 109.09 134.73 228.51 -
System Red Green Blue C M Y K H S L
Decimal 250 35 121 0 0.86 0.52 0.02 336 0.96 0.56
Hex FA 23 79 0 56 34 2 150 60 38
Octal 372 43 171 0 126 64 2 520 140 70
Binary 11111010 100011 1111001 0 1010110 110100 10 101010000 1100000 111000

Color Harmonies of #FA2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2379

Black with #FA2379

Text Example


Text Example

White with #FA2379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2379; }

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

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

background-color css

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

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

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

border-color css

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

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

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