Html Css Color HEX #FB329F Wild Strawberry

📋 copy color: '#FB329F'

red 251 ◦ green 50 ◦ blue 159

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

Shades of Wild Strawberry #FB329F

Tints of Wild Strawberry #FB329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.57%

R = 54.57%
G = 10.87%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB329F (or 0xFB329F) is known color: Wild Strawberry. HEX triplet: FB, 32 and 9F. RGB value is (251,50,159). Sum of RGB (Red+Green+Blue) = 251+50+159=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB329F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB329F is #04CD60. Grayscale: #7A7A7A. Windows color (decimal): -314721 or 10433275. OLE color: 10433275.

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

Color convert

RGB 251 50 159 -
CMYK 0 0.80 0.37 0.02
HSL 327.46º 0.96% 0.59% -
HSV(B) 327.46º 0.8% 0.98% -
XYZ 47.18 25.29 35.2 -
YUV 122.53 148.59 219.64 -
System Red Green Blue C M Y K H S L
Decimal 251 50 159 0 0.80 0.37 0.02 327.46 0.96 0.59
Hex FB 32 9F 0 50 25 2 147 60 3B
Octal 373 62 237 0 120 45 2 507 140 73
Binary 11111011 110010 10011111 0 1010000 100101 10 101000111 1100000 111011

Color Harmonies of #FB329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB329F

Black with #FB329F

Text Example


Text Example

White with #FB329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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