Html Css Color HEX #FD2679 Deep Pink

📋 copy color: '#FD2679'

red 253 ◦ green 38 ◦ blue 121

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

Shades of Deep Pink #FD2679

Tints of Deep Pink #FD2679

RGB

 RED value IS 253 (99.22% from 255) = 61.41%

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

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

R = 61.41%
G = 9.22%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD2679 (or 0xFD2679) is known color: Deep Pink. HEX triplet: FD, 26 and 79. RGB value is (253,38,121). Sum of RGB (Red+Green+Blue) = 253+38+121=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2679 is #02D986. Grayscale: #6F6F6F. Windows color (decimal): -186759 or 7939837. OLE color: 7939837.

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

Color convert

RGB 253 38 121 -
CMYK 0 0.85 0.52 0.01
HSL 336.84º 0.98% 0.57% -
HSV(B) 336.84º 0.85% 0.99% -
XYZ 44.65 23.65 20.3 -
YUV 111.75 133.23 228.75 -
System Red Green Blue C M Y K H S L
Decimal 253 38 121 0 0.85 0.52 0.01 336.84 0.98 0.57
Hex FD 26 79 0 55 34 1 151 62 39
Octal 375 46 171 0 125 64 1 521 142 71
Binary 11111101 100110 1111001 0 1010101 110100 1 101010001 1100010 111001

Color Harmonies of #FD2679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2679

Black with #FD2679

Text Example


Text Example

White with #FD2679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2679; }

 p { color: rgb(253,38,121); }

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

background-color css

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

 a { background-color: rgb(253,38,121); }

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

border-color css

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

 span { border-color: rgb(253,38,121); }

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