Html Css Color HEX #FB2591 Wild Strawberry

📋 copy color: '#FB2591'

red 251 ◦ green 37 ◦ blue 145

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

Shades of Wild Strawberry #FB2591

Tints of Wild Strawberry #FB2591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.55%

 BLUE value IS 145 (57.03% from 255) = 33.49%

R = 57.97%
G = 8.55%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB2591 (or 0xFB2591) is known color: Wild Strawberry. HEX triplet: FB, 25 and 91. RGB value is (251,37,145). Sum of RGB (Red+Green+Blue) = 251+37+145=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2591 is #04DA6E. Grayscale: #717171. Windows color (decimal): -318063 or 9512443. OLE color: 9512443.

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

Color convert

RGB 251 37 145 -
CMYK 0 0.85 0.42 0.02
HSL 329.72º 0.96% 0.56% -
HSV(B) 329.72º 0.85% 0.98% -
XYZ 45.56 23.88 29 -
YUV 113.3 145.9 226.22 -
System Red Green Blue C M Y K H S L
Decimal 251 37 145 0 0.85 0.42 0.02 329.72 0.96 0.56
Hex FB 25 91 0 55 2A 2 14A 60 38
Octal 373 45 221 0 125 52 2 512 140 70
Binary 11111011 100101 10010001 0 1010101 101010 10 101001010 1100000 111000

Color Harmonies of #FB2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2591

Black with #FB2591

Text Example


Text Example

White with #FB2591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2591; }

 p { color: rgb(251,37,145); }

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

background-color css

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

 a { background-color: rgb(251,37,145); }

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

border-color css

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

 span { border-color: rgb(251,37,145); }

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