Html Css Color HEX #FD287D Wild Strawberry

📋 copy color: '#FD287D'

red 253 ◦ green 40 ◦ blue 125

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

Shades of Wild Strawberry #FD287D

Tints of Wild Strawberry #FD287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.57%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 60.53%
G = 9.57%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD287D (or 0xFD287D) is known color: Wild Strawberry. HEX triplet: FD, 28 and 7D. RGB value is (253,40,125). Sum of RGB (Red+Green+Blue) = 253+40+125=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD287D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD287D is #02D782. Grayscale: #717171. Windows color (decimal): -186243 or 8202493. OLE color: 8202493.

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

Color convert

RGB 253 40 125 -
CMYK 0 0.84 0.51 0.01
HSL 336.06º 0.98% 0.57% -
HSV(B) 336.06º 0.84% 0.99% -
XYZ 44.97 23.88 21.64 -
YUV 113.38 134.57 227.59 -
System Red Green Blue C M Y K H S L
Decimal 253 40 125 0 0.84 0.51 0.01 336.06 0.98 0.57
Hex FD 28 7D 0 54 33 1 150 62 39
Octal 375 50 175 0 124 63 1 520 142 71
Binary 11111101 101000 1111101 0 1010100 110011 1 101010000 1100010 111001

Color Harmonies of #FD287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD287D

Black with #FD287D

Text Example


Text Example

White with #FD287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD287D; }

 p { color: rgb(253,40,125); }

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

background-color css

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

 a { background-color: rgb(253,40,125); }

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

border-color css

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

 span { border-color: rgb(253,40,125); }

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