Html Css Color HEX #FB318B Wild Strawberry

📋 copy color: '#FB318B'

red 251 ◦ green 49 ◦ blue 139

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

Shades of Wild Strawberry #FB318B

Tints of Wild Strawberry #FB318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 57.18%
G = 11.16%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB318B (or 0xFB318B) is known color: Wild Strawberry. HEX triplet: FB, 31 and 8B. RGB value is (251,49,139). Sum of RGB (Red+Green+Blue) = 251+49+139=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB318B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB318B is #04CE74. Grayscale: #777777. Windows color (decimal): -314997 or 9122299. OLE color: 9122299.

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

Color convert

RGB 251 49 139 -
CMYK 0 0.80 0.45 0.02
HSL 333.27º 0.96% 0.59% -
HSV(B) 333.27º 0.8% 0.98% -
XYZ 45.54 24.57 26.77 -
YUV 119.66 138.92 221.68 -
System Red Green Blue C M Y K H S L
Decimal 251 49 139 0 0.80 0.45 0.02 333.27 0.96 0.59
Hex FB 31 8B 0 50 2D 2 14D 60 3B
Octal 373 61 213 0 120 55 2 515 140 73
Binary 11111011 110001 10001011 0 1010000 101101 10 101001101 1100000 111011

Color Harmonies of #FB318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB318B

Black with #FB318B

Text Example


Text Example

White with #FB318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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