Html Css Color HEX #FB319D Wild Strawberry

📋 copy color: '#FB319D'

red 251 ◦ green 49 ◦ blue 157

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

Shades of Wild Strawberry #FB319D

Tints of Wild Strawberry #FB319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.72%

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 54.92%
G = 10.72%
B = 34.35%

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

#FB319D (or 0xFB319D) is known color: Wild Strawberry. HEX triplet: FB, 31 and 9D. RGB value is (251,49,157). Sum of RGB (Red+Green+Blue) = 251+49+157=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB319D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB319D is #04CE62. Grayscale: #797979. Windows color (decimal): -314979 or 10301947. OLE color: 10301947.

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

Color convert

RGB 251 49 157 -
CMYK 0 0.80 0.37 0.02
HSL 327.92º 0.96% 0.59% -
HSV(B) 327.92º 0.8% 0.98% -
XYZ 46.97 25.14 34.28 -
YUV 121.71 147.92 220.22 -
System Red Green Blue C M Y K H S L
Decimal 251 49 157 0 0.80 0.37 0.02 327.92 0.96 0.59
Hex FB 31 9D 0 50 25 2 148 60 3B
Octal 373 61 235 0 120 45 2 510 140 73
Binary 11111011 110001 10011101 0 1010000 100101 10 101001000 1100000 111011

Color Harmonies of #FB319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB319D

Black with #FB319D

Text Example


Text Example

White with #FB319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB319D; }

 p { color: rgb(251,49,157); }

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

background-color css

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

 a { background-color: rgb(251,49,157); }

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

border-color css

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

 span { border-color: rgb(251,49,157); }

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