Html Css Color HEX #FB3896 Wild Strawberry

📋 copy color: '#FB3896'

red 251 ◦ green 56 ◦ blue 150

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

Shades of Wild Strawberry #FB3896

Tints of Wild Strawberry #FB3896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.25%

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 54.92%
G = 12.25%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB3896 (or 0xFB3896) is known color: Wild Strawberry. HEX triplet: FB, 38 and 96. RGB value is (251,56,150). Sum of RGB (Red+Green+Blue) = 251+56+150=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3896 is #04C769. Grayscale: #7C7C7C. Windows color (decimal): -313194 or 9844987. OLE color: 9844987.

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

Color convert

RGB 251 56 150 -
CMYK 0 0.78 0.40 0.02
HSL 331.08º 0.96% 0.6% -
HSV(B) 331.08º 0.78% 0.98% -
XYZ 46.7 25.54 31.32 -
YUV 125.02 142.1 217.86 -
System Red Green Blue C M Y K H S L
Decimal 251 56 150 0 0.78 0.40 0.02 331.08 0.96 0.6
Hex FB 38 96 0 4E 28 2 14B 60 3C
Octal 373 70 226 0 116 50 2 513 140 74
Binary 11111011 111000 10010110 0 1001110 101000 10 101001011 1100000 111100

Color Harmonies of #FB3896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3896

Black with #FB3896

Text Example


Text Example

White with #FB3896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3896; }

 p { color: rgb(251,56,150); }

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

background-color css

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

 a { background-color: rgb(251,56,150); }

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

border-color css

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

 span { border-color: rgb(251,56,150); }

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