Html Css Color HEX #FB3089 Wild Strawberry

📋 copy color: '#FB3089'

red 251 ◦ green 48 ◦ blue 137

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

Shades of Wild Strawberry #FB3089

Tints of Wild Strawberry #FB3089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.01%

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 57.57%
G = 11.01%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB3089 (or 0xFB3089) is known color: Wild Strawberry. HEX triplet: FB, 30 and 89. RGB value is (251,48,137). Sum of RGB (Red+Green+Blue) = 251+48+137=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3089 is #04CF76. Grayscale: #767676. Windows color (decimal): -315255 or 8990971. OLE color: 8990971.

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

Color convert

RGB 251 48 137 -
CMYK 0 0.81 0.45 0.02
HSL 333.69º 0.96% 0.59% -
HSV(B) 333.69º 0.81% 0.98% -
XYZ 45.36 24.43 25.99 -
YUV 118.84 138.25 222.26 -
System Red Green Blue C M Y K H S L
Decimal 251 48 137 0 0.81 0.45 0.02 333.69 0.96 0.59
Hex FB 30 89 0 51 2D 2 14E 60 3B
Octal 373 60 211 0 121 55 2 516 140 73
Binary 11111011 110000 10001001 0 1010001 101101 10 101001110 1100000 111011

Color Harmonies of #FB3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3089

Black with #FB3089

Text Example


Text Example

White with #FB3089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3089; }

 p { color: rgb(251,48,137); }

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

background-color css

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

 a { background-color: rgb(251,48,137); }

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

border-color css

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

 span { border-color: rgb(251,48,137); }

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