Html Css Color HEX #FD2590 Wild Strawberry

📋 copy color: '#FD2590'

red 253 ◦ green 37 ◦ blue 144

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

Shades of Wild Strawberry #FD2590

Tints of Wild Strawberry #FD2590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.53%

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 58.29%
G = 8.53%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD2590 (or 0xFD2590) is known color: Wild Strawberry. HEX triplet: FD, 25 and 90. RGB value is (253,37,144). Sum of RGB (Red+Green+Blue) = 253+37+144=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2590 is #02DA6F. Grayscale: #717171. Windows color (decimal): -186992 or 9446909. OLE color: 9446909.

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

Color convert

RGB 253 37 144 -
CMYK 0 0.85 0.43 0.01
HSL 330.28º 0.98% 0.57% -
HSV(B) 330.28º 0.85% 0.99% -
XYZ 46.2 24.22 28.63 -
YUV 113.78 145.06 227.3 -
System Red Green Blue C M Y K H S L
Decimal 253 37 144 0 0.85 0.43 0.01 330.28 0.98 0.57
Hex FD 25 90 0 55 2B 1 14A 62 39
Octal 375 45 220 0 125 53 1 512 142 71
Binary 11111101 100101 10010000 0 1010101 101011 1 101001010 1100010 111001

Color Harmonies of #FD2590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2590

Black with #FD2590

Text Example


Text Example

White with #FD2590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2590; }

 p { color: rgb(253,37,144); }

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

background-color css

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

 a { background-color: rgb(253,37,144); }

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

border-color css

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

 span { border-color: rgb(253,37,144); }

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