Html Css Color HEX #FB3696 Wild Strawberry

📋 copy color: '#FB3696'

red 251 ◦ green 54 ◦ blue 150

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

Shades of Wild Strawberry #FB3696

Tints of Wild Strawberry #FB3696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.87%

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

R = 55.16%
G = 11.87%
B = 32.97%

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

#FB3696 (or 0xFB3696) is known color: Wild Strawberry. HEX triplet: FB, 36 and 96. RGB value is (251,54,150). Sum of RGB (Red+Green+Blue) = 251+54+150=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3696 is #04C969. Grayscale: #7B7B7B. Windows color (decimal): -313706 or 9844475. OLE color: 9844475.

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

Color convert

RGB 251 54 150 -
CMYK 0 0.78 0.40 0.02
HSL 330.76º 0.96% 0.6% -
HSV(B) 330.76º 0.78% 0.98% -
XYZ 46.61 25.35 31.29 -
YUV 123.85 142.77 218.69 -
System Red Green Blue C M Y K H S L
Decimal 251 54 150 0 0.78 0.40 0.02 330.76 0.96 0.6
Hex FB 36 96 0 4E 28 2 14B 60 3C
Octal 373 66 226 0 116 50 2 513 140 74
Binary 11111011 110110 10010110 0 1001110 101000 10 101001011 1100000 111100

Color Harmonies of #FB3696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3696

Black with #FB3696

Text Example


Text Example

White with #FB3696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3696; }

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

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

background-color css

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

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

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

border-color css

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

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

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