Html Css Color HEX #FB399C Wild Strawberry

📋 copy color: '#FB399C'

red 251 ◦ green 57 ◦ blue 156

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

Shades of Wild Strawberry #FB399C

Tints of Wild Strawberry #FB399C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.62%

R = 54.09%
G = 12.28%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB399C (or 0xFB399C) is known color: Wild Strawberry. HEX triplet: FB, 39 and 9C. RGB value is (251,57,156). Sum of RGB (Red+Green+Blue) = 251+57+156=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB399C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB399C is #04C663. Grayscale: #7E7E7E. Windows color (decimal): -312932 or 10238459. OLE color: 10238459.

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

Color convert

RGB 251 57 156 -
CMYK 0 0.77 0.38 0.02
HSL 329.38º 0.96% 0.6% -
HSV(B) 329.38º 0.77% 0.98% -
XYZ 47.25 25.84 33.95 -
YUV 126.29 144.77 216.95 -
System Red Green Blue C M Y K H S L
Decimal 251 57 156 0 0.77 0.38 0.02 329.38 0.96 0.6
Hex FB 39 9C 0 4D 26 2 149 60 3C
Octal 373 71 234 0 115 46 2 511 140 74
Binary 11111011 111001 10011100 0 1001101 100110 10 101001001 1100000 111100

Color Harmonies of #FB399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB399C

Black with #FB399C

Text Example


Text Example

White with #FB399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB399C; }

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

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

background-color css

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

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

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

border-color css

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

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

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