Html Css Color HEX #FB288E Wild Strawberry

📋 copy color: '#FB288E'

red 251 ◦ green 40 ◦ blue 142

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

Shades of Wild Strawberry #FB288E

Tints of Wild Strawberry #FB288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.79%

R = 57.97%
G = 9.24%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB288E (or 0xFB288E) is known color: Wild Strawberry. HEX triplet: FB, 28 and 8E. RGB value is (251,40,142). Sum of RGB (Red+Green+Blue) = 251+40+142=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB288E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB288E is #04D771. Grayscale: #727272. Windows color (decimal): -317298 or 9316603. OLE color: 9316603.

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

Color convert

RGB 251 40 142 -
CMYK 0 0.84 0.43 0.02
HSL 331º 0.96% 0.57% -
HSV(B) 331º 0.84% 0.98% -
XYZ 45.42 23.98 27.83 -
YUV 114.72 143.4 225.21 -
System Red Green Blue C M Y K H S L
Decimal 251 40 142 0 0.84 0.43 0.02 331 0.96 0.57
Hex FB 28 8E 0 54 2B 2 14B 60 39
Octal 373 50 216 0 124 53 2 513 140 71
Binary 11111011 101000 10001110 0 1010100 101011 10 101001011 1100000 111001

Color Harmonies of #FB288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB288E

Black with #FB288E

Text Example


Text Example

White with #FB288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB288E; }

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

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

background-color css

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

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

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

border-color css

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

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

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