Html Css Color HEX #FB2893 Wild Strawberry

📋 copy color: '#FB2893'

red 251 ◦ green 40 ◦ blue 147

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

Shades of Wild Strawberry #FB2893

Tints of Wild Strawberry #FB2893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 57.31%
G = 9.13%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB2893 (or 0xFB2893) is known color: Wild Strawberry. HEX triplet: FB, 28 and 93. RGB value is (251,40,147). Sum of RGB (Red+Green+Blue) = 251+40+147=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2893 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2893 is #04D76C. Grayscale: #737373. Windows color (decimal): -317293 or 9644283. OLE color: 9644283.

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

Color convert

RGB 251 40 147 -
CMYK 0 0.84 0.41 0.02
HSL 329.57º 0.96% 0.57% -
HSV(B) 329.57º 0.84% 0.98% -
XYZ 45.81 24.13 29.85 -
YUV 115.29 145.9 224.8 -
System Red Green Blue C M Y K H S L
Decimal 251 40 147 0 0.84 0.41 0.02 329.57 0.96 0.57
Hex FB 28 93 0 54 29 2 14A 60 39
Octal 373 50 223 0 124 51 2 512 140 71
Binary 11111011 101000 10010011 0 1010100 101001 10 101001010 1100000 111001

Color Harmonies of #FB2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2893

Black with #FB2893

Text Example


Text Example

White with #FB2893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2893; }

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

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

background-color css

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

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

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

border-color css

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

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

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