Html Css Color HEX #FE3BA0 Wild Strawberry

📋 copy color: '#FE3BA0'

red 254 ◦ green 59 ◦ blue 160

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

Shades of Wild Strawberry #FE3BA0

Tints of Wild Strawberry #FE3BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 53.7%
G = 12.47%
B = 33.83%

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

#FE3BA0 (or 0xFE3BA0) is known color: Wild Strawberry. HEX triplet: FE, 3B and A0. RGB value is (254,59,160). Sum of RGB (Red+Green+Blue) = 254+59+160=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3BA0 is #01C45F. Grayscale: #808080. Windows color (decimal): -115808 or 10501118. OLE color: 10501118.

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

Color convert

RGB 254 59 160 -
CMYK 0 0.77 0.37 0.00
HSL 328.92º 0.99% 0.61% -
HSV(B) 328.92º 0.77% 1% -
XYZ 48.78 26.74 35.85 -
YUV 128.82 145.6 217.29 -
System Red Green Blue C M Y K H S L
Decimal 254 59 160 0 0.77 0.37 0.00 328.92 0.99 0.61
Hex FE 3B A0 0 4D 25 0 149 63 3D
Octal 376 73 240 0 115 45 0 511 143 75
Binary 11111110 111011 10100000 0 1001101 100101 0 101001001 1100011 111101

Color Harmonies of #FE3BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3BA0

Black with #FE3BA0

Text Example


Text Example

White with #FE3BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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