Html Css Color HEX #FB288B Wild Strawberry

📋 copy color: '#FB288B'

red 251 ◦ green 40 ◦ blue 139

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

Shades of Wild Strawberry #FB288B

Tints of Wild Strawberry #FB288B

RGB

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

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

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

R = 58.37%
G = 9.3%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB288B (or 0xFB288B) is known color: Wild Strawberry. HEX triplet: FB, 28 and 8B. RGB value is (251,40,139). Sum of RGB (Red+Green+Blue) = 251+40+139=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB288B is #04D774. Grayscale: #727272. Windows color (decimal): -317301 or 9119995. OLE color: 9119995.

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

Color convert

RGB 251 40 139 -
CMYK 0 0.84 0.45 0.02
HSL 331.85º 0.96% 0.57% -
HSV(B) 331.85º 0.84% 0.98% -
XYZ 45.2 23.89 26.66 -
YUV 114.38 141.9 225.45 -
System Red Green Blue C M Y K H S L
Decimal 251 40 139 0 0.84 0.45 0.02 331.85 0.96 0.57
Hex FB 28 8B 0 54 2D 2 14C 60 39
Octal 373 50 213 0 124 55 2 514 140 71
Binary 11111011 101000 10001011 0 1010100 101101 10 101001100 1100000 111001

Color Harmonies of #FB288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB288B

Black with #FB288B

Text Example


Text Example

White with #FB288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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