Html Css Color HEX #FB288D Wild Strawberry

📋 copy color: '#FB288D'

red 251 ◦ green 40 ◦ blue 141

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

Shades of Wild Strawberry #FB288D

Tints of Wild Strawberry #FB288D

RGB

 RED value IS 251 (98.44% from 255) = 58.1%

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 58.1%
G = 9.26%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB288D (or 0xFB288D) is known color: Wild Strawberry. HEX triplet: FB, 28 and 8D. RGB value is (251,40,141). Sum of RGB (Red+Green+Blue) = 251+40+141=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB288D is #04D772. Grayscale: #727272. Windows color (decimal): -317299 or 9251067. OLE color: 9251067.

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

Color convert

RGB 251 40 141 -
CMYK 0 0.84 0.44 0.02
HSL 331.28º 0.96% 0.57% -
HSV(B) 331.28º 0.84% 0.98% -
XYZ 45.35 23.95 27.43 -
YUV 114.6 142.9 225.29 -
System Red Green Blue C M Y K H S L
Decimal 251 40 141 0 0.84 0.44 0.02 331.28 0.96 0.57
Hex FB 28 8D 0 54 2C 2 14B 60 39
Octal 373 50 215 0 124 54 2 513 140 71
Binary 11111011 101000 10001101 0 1010100 101100 10 101001011 1100000 111001

Color Harmonies of #FB288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB288D

Black with #FB288D

Text Example


Text Example

White with #FB288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB288D; }

 p { color: rgb(251,40,141); }

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

background-color css

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

 a { background-color: rgb(251,40,141); }

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

border-color css

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

 span { border-color: rgb(251,40,141); }

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