Html Css Color HEX #FB40A6 Wild Strawberry

📋 copy color: '#FB40A6'

red 251 ◦ green 64 ◦ blue 166

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

Shades of Wild Strawberry #FB40A6

Tints of Wild Strawberry #FB40A6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.31%

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

R = 52.18%
G = 13.31%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB40A6 (or 0xFB40A6) is known color: Wild Strawberry. HEX triplet: FB, 40 and A6. RGB value is (251,64,166). Sum of RGB (Red+Green+Blue) = 251+64+166=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB40A6 is #04BF59. Grayscale: #838383. Windows color (decimal): -311130 or 10895611. OLE color: 10895611.

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

Color convert

RGB 251 64 166 -
CMYK 0 0.75 0.34 0.02
HSL 327.27º 0.96% 0.62% -
HSV(B) 327.27º 0.75% 0.98% -
XYZ 48.5 26.93 38.72 -
YUV 131.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 251 64 166 0 0.75 0.34 0.02 327.27 0.96 0.62
Hex FB 40 A6 0 4B 22 2 147 60 3E
Octal 373 100 246 0 113 42 2 507 140 76
Binary 11111011 1000000 10100110 0 1001011 100010 10 101000111 1100000 111110

Color Harmonies of #FB40A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB40A6

Black with #FB40A6

Text Example


Text Example

White with #FB40A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB40A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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