Html Css Color HEX #FB2895 Wild Strawberry

📋 copy color: '#FB2895'

red 251 ◦ green 40 ◦ blue 149

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

Shades of Wild Strawberry #FB2895

Tints of Wild Strawberry #FB2895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.86%

R = 57.05%
G = 9.09%
B = 33.86%

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

#FB2895 (or 0xFB2895) is known color: Wild Strawberry. HEX triplet: FB, 28 and 95. RGB value is (251,40,149). Sum of RGB (Red+Green+Blue) = 251+40+149=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2895 is #04D76A. Grayscale: #737373. Windows color (decimal): -317291 or 9775355. OLE color: 9775355.

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

Color convert

RGB 251 40 149 -
CMYK 0 0.84 0.41 0.02
HSL 329º 0.96% 0.57% -
HSV(B) 329º 0.84% 0.98% -
XYZ 45.97 24.2 30.68 -
YUV 115.52 146.9 224.64 -
System Red Green Blue C M Y K H S L
Decimal 251 40 149 0 0.84 0.41 0.02 329 0.96 0.57
Hex FB 28 95 0 54 29 2 149 60 39
Octal 373 50 225 0 124 51 2 511 140 71
Binary 11111011 101000 10010101 0 1010100 101001 10 101001001 1100000 111001

Color Harmonies of #FB2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2895

Black with #FB2895

Text Example


Text Example

White with #FB2895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2895; }

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

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

background-color css

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

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

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

border-color css

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

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

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