Html Css Color HEX #FD2D87 Wild Strawberry

📋 copy color: '#FD2D87'

red 253 ◦ green 45 ◦ blue 135

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

Shades of Wild Strawberry #FD2D87

Tints of Wild Strawberry #FD2D87

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.39%

 BLUE value IS 135 (53.13% from 255) = 31.18%

R = 58.43%
G = 10.39%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD2D87 (or 0xFD2D87) is known color: Wild Strawberry. HEX triplet: FD, 2D and 87. RGB value is (253,45,135). Sum of RGB (Red+Green+Blue) = 253+45+135=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2D87 is #02D278. Grayscale: #757575. Windows color (decimal): -184953 or 8859133. OLE color: 8859133.

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

Color convert

RGB 253 45 135 -
CMYK 0 0.82 0.47 0.01
HSL 334.04º 0.98% 0.58% -
HSV(B) 334.04º 0.82% 0.99% -
XYZ 45.82 24.51 25.24 -
YUV 117.45 137.91 224.68 -
System Red Green Blue C M Y K H S L
Decimal 253 45 135 0 0.82 0.47 0.01 334.04 0.98 0.58
Hex FD 2D 87 0 52 2F 1 14E 62 3A
Octal 375 55 207 0 122 57 1 516 142 72
Binary 11111101 101101 10000111 0 1010010 101111 1 101001110 1100010 111010

Color Harmonies of #FD2D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D87

Black with #FD2D87

Text Example


Text Example

White with #FD2D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D87; }

 p { color: rgb(253,45,135); }

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

background-color css

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

 a { background-color: rgb(253,45,135); }

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

border-color css

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

 span { border-color: rgb(253,45,135); }

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