Html Css Color HEX #FA2380 Deep Pink

📋 copy color: '#FA2380'

red 250 ◦ green 35 ◦ blue 128

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

Shades of Deep Pink #FA2380

Tints of Deep Pink #FA2380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 60.53%
G = 8.47%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA2380 (or 0xFA2380) is known color: Deep Pink. HEX triplet: FA, 23 and 80. RGB value is (250,35,128). Sum of RGB (Red+Green+Blue) = 250+35+128=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2380 is #05DC7F. Grayscale: #6D6D6D. Windows color (decimal): -384128 or 8397818. OLE color: 8397818.

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

Color convert

RGB 250 35 128 -
CMYK 0 0.86 0.49 0.02
HSL 334.05º 0.96% 0.56% -
HSV(B) 334.05º 0.86% 0.98% -
XYZ 43.92 23.08 22.56 -
YUV 109.89 138.23 227.94 -
System Red Green Blue C M Y K H S L
Decimal 250 35 128 0 0.86 0.49 0.02 334.05 0.96 0.56
Hex FA 23 80 0 56 31 2 14E 60 38
Octal 372 43 200 0 126 61 2 516 140 70
Binary 11111010 100011 10000000 0 1010110 110001 10 101001110 1100000 111000

Color Harmonies of #FA2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2380

Black with #FA2380

Text Example


Text Example

White with #FA2380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2380; }

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

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

background-color css

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

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

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

border-color css

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

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

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