Html Css Color HEX #FB2983 Wild Strawberry

📋 copy color: '#FB2983'

red 251 ◦ green 41 ◦ blue 131

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

Shades of Wild Strawberry #FB2983

Tints of Wild Strawberry #FB2983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.97%

R = 59.34%
G = 9.69%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB2983 (or 0xFB2983) is known color: Wild Strawberry. HEX triplet: FB, 29 and 83. RGB value is (251,41,131). Sum of RGB (Red+Green+Blue) = 251+41+131=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2983 is #04D67C. Grayscale: #717171. Windows color (decimal): -317053 or 8595963. OLE color: 8595963.

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

Color convert

RGB 251 41 131 -
CMYK 0 0.84 0.48 0.02
HSL 334.29º 0.96% 0.57% -
HSV(B) 334.29º 0.84% 0.98% -
XYZ 44.67 23.73 23.7 -
YUV 114.05 137.57 225.68 -
System Red Green Blue C M Y K H S L
Decimal 251 41 131 0 0.84 0.48 0.02 334.29 0.96 0.57
Hex FB 29 83 0 54 30 2 14E 60 39
Octal 373 51 203 0 124 60 2 516 140 71
Binary 11111011 101001 10000011 0 1010100 110000 10 101001110 1100000 111001

Color Harmonies of #FB2983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2983

Black with #FB2983

Text Example


Text Example

White with #FB2983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2983; }

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

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

background-color css

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

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

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

border-color css

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

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

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