Html Css Color HEX #FB3BA6 Wild Strawberry

📋 copy color: '#FB3BA6'

red 251 ◦ green 59 ◦ blue 166

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

Shades of Wild Strawberry #FB3BA6

Tints of Wild Strawberry #FB3BA6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.39%

 BLUE value IS 166 (65.23% from 255) = 34.87%

R = 52.73%
G = 12.39%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB3BA6 (or 0xFB3BA6) is known color: Wild Strawberry. HEX triplet: FB, 3B and A6. RGB value is (251,59,166). Sum of RGB (Red+Green+Blue) = 251+59+166=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3BA6 is #04C459. Grayscale: #808080. Windows color (decimal): -312410 or 10894331. OLE color: 10894331.

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

Color convert

RGB 251 59 166 -
CMYK 0 0.76 0.34 0.02
HSL 326.56º 0.96% 0.61% -
HSV(B) 326.56º 0.76% 0.98% -
XYZ 48.23 26.39 38.63 -
YUV 128.61 149.11 215.3 -
System Red Green Blue C M Y K H S L
Decimal 251 59 166 0 0.76 0.34 0.02 326.56 0.96 0.61
Hex FB 3B A6 0 4C 22 2 147 60 3D
Octal 373 73 246 0 114 42 2 507 140 75
Binary 11111011 111011 10100110 0 1001100 100010 10 101000111 1100000 111101

Color Harmonies of #FB3BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3BA6

Black with #FB3BA6

Text Example


Text Example

White with #FB3BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3BA6; }

 p { color: rgb(251,59,166); }

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

background-color css

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

 a { background-color: rgb(251,59,166); }

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

border-color css

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

 span { border-color: rgb(251,59,166); }

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