Html Css Color HEX #FD2889 Wild Strawberry

📋 copy color: '#FD2889'

red 253 ◦ green 40 ◦ blue 137

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

Shades of Wild Strawberry #FD2889

Tints of Wild Strawberry #FD2889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 58.84%
G = 9.3%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD2889 (or 0xFD2889) is known color: Wild Strawberry. HEX triplet: FD, 28 and 89. RGB value is (253,40,137). Sum of RGB (Red+Green+Blue) = 253+40+137=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2889 is #02D776. Grayscale: #727272. Windows color (decimal): -186231 or 8988925. OLE color: 8988925.

HSL color Cylindrical-coordinate representation of color #FD2889: hue angle of 332.68º 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 #FD2889 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 40 137 -
CMYK 0 0.84 0.46 0.01
HSL 332.68º 0.98% 0.57% -
HSV(B) 332.68º 0.84% 0.99% -
XYZ 45.78 24.21 25.93 -
YUV 114.75 140.57 226.61 -
System Red Green Blue C M Y K H S L
Decimal 253 40 137 0 0.84 0.46 0.01 332.68 0.98 0.57
Hex FD 28 89 0 54 2E 1 14D 62 39
Octal 375 50 211 0 124 56 1 515 142 71
Binary 11111101 101000 10001001 0 1010100 101110 1 101001101 1100010 111001

Color Harmonies of #FD2889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2889

Black with #FD2889

Text Example


Text Example

White with #FD2889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2889; }

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

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

background-color css

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

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

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

border-color css

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

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

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