Html Css Color HEX #FE3BA1 Wild Strawberry

📋 copy color: '#FE3BA1'

red 254 ◦ green 59 ◦ blue 161

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

Shades of Wild Strawberry #FE3BA1

Tints of Wild Strawberry #FE3BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.97%

R = 53.59%
G = 12.45%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE3BA1 (or 0xFE3BA1) is known color: Wild Strawberry. HEX triplet: FE, 3B and A1. RGB value is (254,59,161). Sum of RGB (Red+Green+Blue) = 254+59+161=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3BA1 is #01C45E. Grayscale: #808080. Windows color (decimal): -115807 or 10566654. OLE color: 10566654.

HSL color Cylindrical-coordinate representation of color #FE3BA1: hue angle of 328.62º 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 #FE3BA1 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 59 161 -
CMYK 0 0.77 0.37 0.00
HSL 328.62º 0.99% 0.61% -
HSV(B) 328.62º 0.77% 1% -
XYZ 48.87 26.77 36.31 -
YUV 128.93 146.1 217.21 -
System Red Green Blue C M Y K H S L
Decimal 254 59 161 0 0.77 0.37 0.00 328.62 0.99 0.61
Hex FE 3B A1 0 4D 25 0 149 63 3D
Octal 376 73 241 0 115 45 0 511 143 75
Binary 11111110 111011 10100001 0 1001101 100101 0 101001001 1100011 111101

Color Harmonies of #FE3BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3BA1

Black with #FE3BA1

Text Example


Text Example

White with #FE3BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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