Html Css Color HEX #FD288C Wild Strawberry

📋 copy color: '#FD288C'

red 253 ◦ green 40 ◦ blue 140

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

Shades of Wild Strawberry #FD288C

Tints of Wild Strawberry #FD288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 58.43%
G = 9.24%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD288C (or 0xFD288C) is known color: Wild Strawberry. HEX triplet: FD, 28 and 8C. RGB value is (253,40,140). Sum of RGB (Red+Green+Blue) = 253+40+140=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD288C is #02D773. Grayscale: #727272. Windows color (decimal): -186228 or 9185533. OLE color: 9185533.

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

Color convert

RGB 253 40 140 -
CMYK 0 0.84 0.45 0.01
HSL 331.83º 0.98% 0.57% -
HSV(B) 331.83º 0.84% 0.99% -
XYZ 46 24.29 27.08 -
YUV 115.09 142.07 226.37 -
System Red Green Blue C M Y K H S L
Decimal 253 40 140 0 0.84 0.45 0.01 331.83 0.98 0.57
Hex FD 28 8C 0 54 2D 1 14C 62 39
Octal 375 50 214 0 124 55 1 514 142 71
Binary 11111101 101000 10001100 0 1010100 101101 1 101001100 1100010 111001

Color Harmonies of #FD288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD288C

Black with #FD288C

Text Example


Text Example

White with #FD288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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