Html Css Color HEX #FD287F Wild Strawberry

📋 copy color: '#FD287F'

red 253 ◦ green 40 ◦ blue 127

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

Shades of Wild Strawberry #FD287F

Tints of Wild Strawberry #FD287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.24%

R = 60.24%
G = 9.52%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD287F (or 0xFD287F) is known color: Wild Strawberry. HEX triplet: FD, 28 and 7F. RGB value is (253,40,127). Sum of RGB (Red+Green+Blue) = 253+40+127=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD287F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD287F is #02D780. Grayscale: #717171. Windows color (decimal): -186241 or 8333565. OLE color: 8333565.

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

Color convert

RGB 253 40 127 -
CMYK 0 0.84 0.50 0.01
HSL 335.49º 0.98% 0.57% -
HSV(B) 335.49º 0.84% 0.99% -
XYZ 45.1 23.93 22.32 -
YUV 113.61 135.57 227.43 -
System Red Green Blue C M Y K H S L
Decimal 253 40 127 0 0.84 0.50 0.01 335.49 0.98 0.57
Hex FD 28 7F 0 54 32 1 14F 62 39
Octal 375 50 177 0 124 62 1 517 142 71
Binary 11111101 101000 1111111 0 1010100 110010 1 101001111 1100010 111001

Color Harmonies of #FD287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD287F

Black with #FD287F

Text Example


Text Example

White with #FD287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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