Html Css Color HEX #FB329A Wild Strawberry

📋 copy color: '#FB329A'

red 251 ◦ green 50 ◦ blue 154

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

Shades of Wild Strawberry #FB329A

Tints of Wild Strawberry #FB329A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.99%

 BLUE value IS 154 (60.55% from 255) = 33.85%

R = 55.16%
G = 10.99%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB329A (or 0xFB329A) is known color: Wild Strawberry. HEX triplet: FB, 32 and 9A. RGB value is (251,50,154). Sum of RGB (Red+Green+Blue) = 251+50+154=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB329A is #04CD65. Grayscale: #797979. Windows color (decimal): -314726 or 10105595. OLE color: 10105595.

HSL color Cylindrical-coordinate representation of color #FB329A: hue angle of 328.96º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB329A is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 50 154 -
CMYK 0 0.80 0.39 0.02
HSL 328.96º 0.96% 0.59% -
HSV(B) 328.96º 0.8% 0.98% -
XYZ 46.76 25.12 32.96 -
YUV 121.96 146.09 220.04 -
System Red Green Blue C M Y K H S L
Decimal 251 50 154 0 0.80 0.39 0.02 328.96 0.96 0.59
Hex FB 32 9A 0 50 27 2 149 60 3B
Octal 373 62 232 0 120 47 2 511 140 73
Binary 11111011 110010 10011010 0 1010000 100111 10 101001001 1100000 111011

Color Harmonies of #FB329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB329A

Black with #FB329A

Text Example


Text Example

White with #FB329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB329A; }

 p { color: rgb(251,50,154); }

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

background-color css

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

 a { background-color: rgb(251,50,154); }

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

border-color css

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

 span { border-color: rgb(251,50,154); }

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