Html Css Color HEX #FD2988 Wild Strawberry

📋 copy color: '#FD2988'

red 253 ◦ green 41 ◦ blue 136

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

Shades of Wild Strawberry #FD2988

Tints of Wild Strawberry #FD2988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.53%

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 58.84%
G = 9.53%
B = 31.63%

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

#FD2988 (or 0xFD2988) is known color: Wild Strawberry. HEX triplet: FD, 29 and 88. RGB value is (253,41,136). Sum of RGB (Red+Green+Blue) = 253+41+136=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2988 is #02D677. Grayscale: #737373. Windows color (decimal): -185976 or 8923645. OLE color: 8923645.

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

Color convert

RGB 253 41 136 -
CMYK 0 0.84 0.46 0.01
HSL 333.11º 0.98% 0.58% -
HSV(B) 333.11º 0.84% 0.99% -
XYZ 45.74 24.25 25.56 -
YUV 115.22 139.74 226.28 -
System Red Green Blue C M Y K H S L
Decimal 253 41 136 0 0.84 0.46 0.01 333.11 0.98 0.58
Hex FD 29 88 0 54 2E 1 14D 62 3A
Octal 375 51 210 0 124 56 1 515 142 72
Binary 11111101 101001 10001000 0 1010100 101110 1 101001101 1100010 111010

Color Harmonies of #FD2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2988

Black with #FD2988

Text Example


Text Example

White with #FD2988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2988; }

 p { color: rgb(253,41,136); }

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

background-color css

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

 a { background-color: rgb(253,41,136); }

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

border-color css

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

 span { border-color: rgb(253,41,136); }

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