Html Css Color HEX #FD2689 Wild Strawberry

📋 copy color: '#FD2689'

red 253 ◦ green 38 ◦ blue 137

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

Shades of Wild Strawberry #FD2689

Tints of Wild Strawberry #FD2689

RGB

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

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

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

R = 59.11%
G = 8.88%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FD2689 (or 0xFD2689) is known color: Wild Strawberry. HEX triplet: FD, 26 and 89. RGB value is (253,38,137). Sum of RGB (Red+Green+Blue) = 253+38+137=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2689 is #02D976. Grayscale: #717171. Windows color (decimal): -186743 or 8988413. OLE color: 8988413.

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

Color convert

RGB 253 38 137 -
CMYK 0 0.85 0.46 0.01
HSL 332.37º 0.98% 0.57% -
HSV(B) 332.37º 0.85% 0.99% -
XYZ 45.72 24.08 25.9 -
YUV 113.57 141.23 227.45 -
System Red Green Blue C M Y K H S L
Decimal 253 38 137 0 0.85 0.46 0.01 332.37 0.98 0.57
Hex FD 26 89 0 55 2E 1 14C 62 39
Octal 375 46 211 0 125 56 1 514 142 71
Binary 11111101 100110 10001001 0 1010101 101110 1 101001100 1100010 111001

Color Harmonies of #FD2689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2689

Black with #FD2689

Text Example


Text Example

White with #FD2689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2689; }

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

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

background-color css

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

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

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

border-color css

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

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

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