Html Css Color HEX #FD2790 Wild Strawberry

📋 copy color: '#FD2790'

red 253 ◦ green 39 ◦ blue 144

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

Shades of Wild Strawberry #FD2790

Tints of Wild Strawberry #FD2790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.94%

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

R = 58.03%
G = 8.94%
B = 33.03%

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

#FD2790 (or 0xFD2790) is known color: Wild Strawberry. HEX triplet: FD, 27 and 90. RGB value is (253,39,144). Sum of RGB (Red+Green+Blue) = 253+39+144=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2790 is #02D86F. Grayscale: #727272. Windows color (decimal): -186480 or 9447421. OLE color: 9447421.

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

Color convert

RGB 253 39 144 -
CMYK 0 0.85 0.43 0.01
HSL 330.56º 0.98% 0.57% -
HSV(B) 330.56º 0.85% 0.99% -
XYZ 46.27 24.35 28.65 -
YUV 114.96 144.4 226.46 -
System Red Green Blue C M Y K H S L
Decimal 253 39 144 0 0.85 0.43 0.01 330.56 0.98 0.57
Hex FD 27 90 0 55 2B 1 14B 62 39
Octal 375 47 220 0 125 53 1 513 142 71
Binary 11111101 100111 10010000 0 1010101 101011 1 101001011 1100010 111001

Color Harmonies of #FD2790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2790

Black with #FD2790

Text Example


Text Example

White with #FD2790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2790; }

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

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

background-color css

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

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

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

border-color css

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

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

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