Html Css Color HEX #FD2880 Wild Strawberry

📋 copy color: '#FD2880'

red 253 ◦ green 40 ◦ blue 128

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

Shades of Wild Strawberry #FD2880

Tints of Wild Strawberry #FD2880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.5%

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

R = 60.1%
G = 9.5%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD2880 (or 0xFD2880) is known color: Wild Strawberry. HEX triplet: FD, 28 and 80. RGB value is (253,40,128). Sum of RGB (Red+Green+Blue) = 253+40+128=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2880 is #02D77F. Grayscale: #717171. Windows color (decimal): -186240 or 8399101. OLE color: 8399101.

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

Color convert

RGB 253 40 128 -
CMYK 0 0.84 0.49 0.01
HSL 335.21º 0.98% 0.57% -
HSV(B) 335.21º 0.84% 0.99% -
XYZ 45.16 23.96 22.67 -
YUV 113.72 136.07 227.34 -
System Red Green Blue C M Y K H S L
Decimal 253 40 128 0 0.84 0.49 0.01 335.21 0.98 0.57
Hex FD 28 80 0 54 31 1 14F 62 39
Octal 375 50 200 0 124 61 1 517 142 71
Binary 11111101 101000 10000000 0 1010100 110001 1 101001111 1100010 111001

Color Harmonies of #FD2880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2880

Black with #FD2880

Text Example


Text Example

White with #FD2880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2880; }

 p { color: rgb(253,40,128); }

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

background-color css

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

 a { background-color: rgb(253,40,128); }

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

border-color css

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

 span { border-color: rgb(253,40,128); }

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