Html Css Color HEX #FB379B Wild Strawberry

📋 copy color: '#FB379B'

red 251 ◦ green 55 ◦ blue 155

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

Shades of Wild Strawberry #FB379B

Tints of Wild Strawberry #FB379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.93%

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 54.45%
G = 11.93%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB379B (or 0xFB379B) is known color: Wild Strawberry. HEX triplet: FB, 37 and 9B. RGB value is (251,55,155). Sum of RGB (Red+Green+Blue) = 251+55+155=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB379B is #04C864. Grayscale: #7C7C7C. Windows color (decimal): -313445 or 10172411. OLE color: 10172411.

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

Color convert

RGB 251 55 155 -
CMYK 0 0.78 0.38 0.02
HSL 329.39º 0.96% 0.6% -
HSV(B) 329.39º 0.78% 0.98% -
XYZ 47.07 25.61 33.47 -
YUV 125 144.93 217.87 -
System Red Green Blue C M Y K H S L
Decimal 251 55 155 0 0.78 0.38 0.02 329.39 0.96 0.6
Hex FB 37 9B 0 4E 26 2 149 60 3C
Octal 373 67 233 0 116 46 2 511 140 74
Binary 11111011 110111 10011011 0 1001110 100110 10 101001001 1100000 111100

Color Harmonies of #FB379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB379B

Black with #FB379B

Text Example


Text Example

White with #FB379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB379B; }

 p { color: rgb(251,55,155); }

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

background-color css

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

 a { background-color: rgb(251,55,155); }

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

border-color css

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

 span { border-color: rgb(251,55,155); }

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