Html Css Color HEX #FB2997 Wild Strawberry

📋 copy color: '#FB2997'

red 251 ◦ green 41 ◦ blue 151

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

Shades of Wild Strawberry #FB2997

Tints of Wild Strawberry #FB2997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.26%

 BLUE value IS 151 (59.38% from 255) = 34.09%

R = 56.66%
G = 9.26%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB2997 (or 0xFB2997) is known color: Wild Strawberry. HEX triplet: FB, 29 and 97. RGB value is (251,41,151). Sum of RGB (Red+Green+Blue) = 251+41+151=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2997 is #04D668. Grayscale: #747474. Windows color (decimal): -317033 or 9906683. OLE color: 9906683.

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

Color convert

RGB 251 41 151 -
CMYK 0 0.84 0.40 0.02
HSL 328.57º 0.96% 0.57% -
HSV(B) 328.57º 0.84% 0.98% -
XYZ 46.16 24.33 31.54 -
YUV 116.33 147.57 224.06 -
System Red Green Blue C M Y K H S L
Decimal 251 41 151 0 0.84 0.40 0.02 328.57 0.96 0.57
Hex FB 29 97 0 54 28 2 149 60 39
Octal 373 51 227 0 124 50 2 511 140 71
Binary 11111011 101001 10010111 0 1010100 101000 10 101001001 1100000 111001

Color Harmonies of #FB2997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2997

Black with #FB2997

Text Example


Text Example

White with #FB2997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2997; }

 p { color: rgb(251,41,151); }

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

background-color css

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

 a { background-color: rgb(251,41,151); }

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

border-color css

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

 span { border-color: rgb(251,41,151); }

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