Html Css Color HEX #FB399D Wild Strawberry

📋 copy color: '#FB399D'

red 251 ◦ green 57 ◦ blue 157

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

Shades of Wild Strawberry #FB399D

Tints of Wild Strawberry #FB399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.26%

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

R = 53.98%
G = 12.26%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB399D (or 0xFB399D) is known color: Wild Strawberry. HEX triplet: FB, 39 and 9D. RGB value is (251,57,157). Sum of RGB (Red+Green+Blue) = 251+57+157=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB399D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB399D is #04C662. Grayscale: #7E7E7E. Windows color (decimal): -312931 or 10303995. OLE color: 10303995.

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

Color convert

RGB 251 57 157 -
CMYK 0 0.77 0.37 0.02
HSL 329.07º 0.96% 0.6% -
HSV(B) 329.07º 0.77% 0.98% -
XYZ 47.33 25.87 34.4 -
YUV 126.41 145.27 216.87 -
System Red Green Blue C M Y K H S L
Decimal 251 57 157 0 0.77 0.37 0.02 329.07 0.96 0.6
Hex FB 39 9D 0 4D 25 2 149 60 3C
Octal 373 71 235 0 115 45 2 511 140 74
Binary 11111011 111001 10011101 0 1001101 100101 10 101001001 1100000 111100

Color Harmonies of #FB399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB399D

Black with #FB399D

Text Example


Text Example

White with #FB399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB399D; }

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

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

background-color css

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

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

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

border-color css

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

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

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