Html Css Color HEX #FD2279 Deep Pink

📋 copy color: '#FD2279'

red 253 ◦ green 34 ◦ blue 121

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

Shades of Deep Pink #FD2279

Tints of Deep Pink #FD2279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.33%

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

R = 62.01%
G = 8.33%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD2279 (or 0xFD2279) is known color: Deep Pink. HEX triplet: FD, 22 and 79. RGB value is (253,34,121). Sum of RGB (Red+Green+Blue) = 253+34+121=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2279 is #02DD86. Grayscale: #6D6D6D. Windows color (decimal): -187783 or 7938813. OLE color: 7938813.

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

Color convert

RGB 253 34 121 -
CMYK 0 0.87 0.52 0.01
HSL 336.16º 0.98% 0.56% -
HSV(B) 336.16º 0.87% 0.99% -
XYZ 44.53 23.41 20.26 -
YUV 109.4 134.55 230.43 -
System Red Green Blue C M Y K H S L
Decimal 253 34 121 0 0.87 0.52 0.01 336.16 0.98 0.56
Hex FD 22 79 0 57 34 1 150 62 38
Octal 375 42 171 0 127 64 1 520 142 70
Binary 11111101 100010 1111001 0 1010111 110100 1 101010000 1100010 111000

Color Harmonies of #FD2279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2279

Black with #FD2279

Text Example


Text Example

White with #FD2279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2279; }

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

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

background-color css

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

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

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

border-color css

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

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

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