Html Css Color HEX #FB319F Wild Strawberry

📋 copy color: '#FB319F'

red 251 ◦ green 49 ◦ blue 159

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

Shades of Wild Strawberry #FB319F

Tints of Wild Strawberry #FB319F

RGB

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

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

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

R = 54.68%
G = 10.68%
B = 34.64%

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

#FB319F (or 0xFB319F) is known color: Wild Strawberry. HEX triplet: FB, 31 and 9F. RGB value is (251,49,159). Sum of RGB (Red+Green+Blue) = 251+49+159=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB319F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB319F is #04CE60. Grayscale: #797979. Windows color (decimal): -314977 or 10433019. OLE color: 10433019.

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

Color convert

RGB 251 49 159 -
CMYK 0 0.80 0.37 0.02
HSL 327.33º 0.96% 0.59% -
HSV(B) 327.33º 0.8% 0.98% -
XYZ 47.14 25.21 35.18 -
YUV 121.94 148.92 220.06 -
System Red Green Blue C M Y K H S L
Decimal 251 49 159 0 0.80 0.37 0.02 327.33 0.96 0.59
Hex FB 31 9F 0 50 25 2 147 60 3B
Octal 373 61 237 0 120 45 2 507 140 73
Binary 11111011 110001 10011111 0 1010000 100101 10 101000111 1100000 111011

Color Harmonies of #FB319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB319F

Black with #FB319F

Text Example


Text Example

White with #FB319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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