Html Css Color HEX #FE3A95 Wild Strawberry

📋 copy color: '#FE3A95'

red 254 ◦ green 58 ◦ blue 149

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

Shades of Wild Strawberry #FE3A95

Tints of Wild Strawberry #FE3A95

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.58%

 BLUE value IS 149 (58.59% from 255) = 32.32%

R = 55.1%
G = 12.58%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE3A95 (or 0xFE3A95) is known color: Wild Strawberry. HEX triplet: FE, 3A and 95. RGB value is (254,58,149). Sum of RGB (Red+Green+Blue) = 254+58+149=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3A95 is #01C56A. Grayscale: #7E7E7E. Windows color (decimal): -116075 or 9779966. OLE color: 9779966.

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

Color convert

RGB 254 58 149 -
CMYK 0 0.77 0.41 0.00
HSL 332.14º 0.99% 0.61% -
HSV(B) 332.14º 0.77% 1% -
XYZ 47.81 26.27 30.98 -
YUV 126.98 140.43 218.6 -
System Red Green Blue C M Y K H S L
Decimal 254 58 149 0 0.77 0.41 0.00 332.14 0.99 0.61
Hex FE 3A 95 0 4D 29 0 14C 63 3D
Octal 376 72 225 0 115 51 0 514 143 75
Binary 11111110 111010 10010101 0 1001101 101001 0 101001100 1100011 111101

Color Harmonies of #FE3A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A95

Black with #FE3A95

Text Example


Text Example

White with #FE3A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A95; }

 p { color: rgb(254,58,149); }

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

background-color css

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

 a { background-color: rgb(254,58,149); }

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

border-color css

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

 span { border-color: rgb(254,58,149); }

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