Html Css Color HEX #FB288C Wild Strawberry

📋 copy color: '#FB288C'

red 251 ◦ green 40 ◦ blue 140

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

Shades of Wild Strawberry #FB288C

Tints of Wild Strawberry #FB288C

RGB

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

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

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

R = 58.24%
G = 9.28%
B = 32.48%

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

#FB288C (or 0xFB288C) is known color: Wild Strawberry. HEX triplet: FB, 28 and 8C. RGB value is (251,40,140). Sum of RGB (Red+Green+Blue) = 251+40+140=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB288C is #04D773. Grayscale: #727272. Windows color (decimal): -317300 or 9185531. OLE color: 9185531.

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

Color convert

RGB 251 40 140 -
CMYK 0 0.84 0.44 0.02
HSL 331.56º 0.96% 0.57% -
HSV(B) 331.56º 0.84% 0.98% -
XYZ 45.28 23.92 27.04 -
YUV 114.49 142.4 225.37 -
System Red Green Blue C M Y K H S L
Decimal 251 40 140 0 0.84 0.44 0.02 331.56 0.96 0.57
Hex FB 28 8C 0 54 2C 2 14C 60 39
Octal 373 50 214 0 124 54 2 514 140 71
Binary 11111011 101000 10001100 0 1010100 101100 10 101001100 1100000 111001

Color Harmonies of #FB288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB288C

Black with #FB288C

Text Example


Text Example

White with #FB288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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