Html Css Color HEX #FD288B Wild Strawberry

📋 copy color: '#FD288B'

red 253 ◦ green 40 ◦ blue 139

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

Shades of Wild Strawberry #FD288B

Tints of Wild Strawberry #FD288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.18%

R = 58.56%
G = 9.26%
B = 32.18%

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

#FD288B (or 0xFD288B) is known color: Wild Strawberry. HEX triplet: FD, 28 and 8B. RGB value is (253,40,139). Sum of RGB (Red+Green+Blue) = 253+40+139=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD288B is #02D774. Grayscale: #727272. Windows color (decimal): -186229 or 9119997. OLE color: 9119997.

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

Color convert

RGB 253 40 139 -
CMYK 0 0.84 0.45 0.01
HSL 332.11º 0.98% 0.57% -
HSV(B) 332.11º 0.84% 0.99% -
XYZ 45.93 24.26 26.69 -
YUV 114.97 141.57 226.45 -
System Red Green Blue C M Y K H S L
Decimal 253 40 139 0 0.84 0.45 0.01 332.11 0.98 0.57
Hex FD 28 8B 0 54 2D 1 14C 62 39
Octal 375 50 213 0 124 55 1 514 142 71
Binary 11111101 101000 10001011 0 1010100 101101 1 101001100 1100010 111001

Color Harmonies of #FD288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD288B

Black with #FD288B

Text Example


Text Example

White with #FD288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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