Html Css Color HEX #FE3BA6 Wild Strawberry

📋 copy color: '#FE3BA6'

red 254 ◦ green 59 ◦ blue 166

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

Shades of Wild Strawberry #FE3BA6

Tints of Wild Strawberry #FE3BA6

RGB

 RED value IS 254 (99.61% from 255) = 53.03%

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

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

R = 53.03%
G = 12.32%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE3BA6 (or 0xFE3BA6) is known color: Wild Strawberry. HEX triplet: FE, 3B and A6. RGB value is (254,59,166). Sum of RGB (Red+Green+Blue) = 254+59+166=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3BA6 is #01C459. Grayscale: #818181. Windows color (decimal): -115802 or 10894334. OLE color: 10894334.

HSL color Cylindrical-coordinate representation of color #FE3BA6: hue angle of 327.08º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3BA6 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 59 166 -
CMYK 0 0.77 0.35 0.00
HSL 327.08º 0.99% 0.61% -
HSV(B) 327.08º 0.77% 1% -
XYZ 49.32 26.95 38.68 -
YUV 129.5 148.6 216.8 -
System Red Green Blue C M Y K H S L
Decimal 254 59 166 0 0.77 0.35 0.00 327.08 0.99 0.61
Hex FE 3B A6 0 4D 23 0 147 63 3D
Octal 376 73 246 0 115 43 0 507 143 75
Binary 11111110 111011 10100110 0 1001101 100011 0 101000111 1100011 111101

Color Harmonies of #FE3BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3BA6

Black with #FE3BA6

Text Example


Text Example

White with #FE3BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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