Html Css Color HEX #FA2680 Deep Pink

📋 copy color: '#FA2680'

red 250 ◦ green 38 ◦ blue 128

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

Shades of Deep Pink #FA2680

Tints of Deep Pink #FA2680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.13%

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

R = 60.1%
G = 9.13%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA2680 (or 0xFA2680) is known color: Deep Pink. HEX triplet: FA, 26 and 80. RGB value is (250,38,128). Sum of RGB (Red+Green+Blue) = 250+38+128=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2680 is #05D97F. Grayscale: #6F6F6F. Windows color (decimal): -383360 or 8398586. OLE color: 8398586.

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

Color convert

RGB 250 38 128 -
CMYK 0 0.85 0.49 0.02
HSL 334.53º 0.95% 0.56% -
HSV(B) 334.53º 0.85% 0.98% -
XYZ 44.01 23.27 22.59 -
YUV 111.65 137.24 226.68 -
System Red Green Blue C M Y K H S L
Decimal 250 38 128 0 0.85 0.49 0.02 334.53 0.95 0.56
Hex FA 26 80 0 55 31 2 14F 5F 38
Octal 372 46 200 0 125 61 2 517 137 70
Binary 11111010 100110 10000000 0 1010101 110001 10 101001111 1011111 111000

Color Harmonies of #FA2680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2680

Black with #FA2680

Text Example


Text Example

White with #FA2680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2680; }

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

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

background-color css

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

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

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

border-color css

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

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

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