Html Css Color HEX #FB3397 Wild Strawberry

📋 copy color: '#FB3397'

red 251 ◦ green 51 ◦ blue 151

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

Shades of Wild Strawberry #FB3397

Tints of Wild Strawberry #FB3397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.26%

 BLUE value IS 151 (59.38% from 255) = 33.33%

R = 55.41%
G = 11.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB3397 (or 0xFB3397) is known color: Wild Strawberry. HEX triplet: FB, 33 and 97. RGB value is (251,51,151). Sum of RGB (Red+Green+Blue) = 251+51+151=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3397 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3397 is #04CC68. Grayscale: #7A7A7A. Windows color (decimal): -314473 or 9909243. OLE color: 9909243.

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

Color convert

RGB 251 51 151 -
CMYK 0 0.80 0.40 0.02
HSL 330º 0.96% 0.59% -
HSV(B) 330º 0.8% 0.98% -
XYZ 46.55 25.11 31.67 -
YUV 122.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 251 51 151 0 0.80 0.40 0.02 330 0.96 0.59
Hex FB 33 97 0 50 28 2 14A 60 3B
Octal 373 63 227 0 120 50 2 512 140 73
Binary 11111011 110011 10010111 0 1010000 101000 10 101001010 1100000 111011

Color Harmonies of #FB3397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3397

Black with #FB3397

Text Example


Text Example

White with #FB3397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3397; }

 p { color: rgb(251,51,151); }

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

background-color css

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

 a { background-color: rgb(251,51,151); }

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

border-color css

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

 span { border-color: rgb(251,51,151); }

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