Html Css Color HEX #FE3A93 Wild Strawberry

📋 copy color: '#FE3A93'

red 254 ◦ green 58 ◦ blue 147

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

Shades of Wild Strawberry #FE3A93

Tints of Wild Strawberry #FE3A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.03%

R = 55.34%
G = 12.64%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE3A93 (or 0xFE3A93) is known color: Wild Strawberry. HEX triplet: FE, 3A and 93. RGB value is (254,58,147). Sum of RGB (Red+Green+Blue) = 254+58+147=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3A93 is #01C56C. Grayscale: #7E7E7E. Windows color (decimal): -116077 or 9648894. OLE color: 9648894.

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

Color convert

RGB 254 58 147 -
CMYK 0 0.77 0.42 0.00
HSL 332.76º 0.99% 0.61% -
HSV(B) 332.76º 0.77% 1% -
XYZ 47.65 26.2 30.15 -
YUV 126.75 139.43 218.76 -
System Red Green Blue C M Y K H S L
Decimal 254 58 147 0 0.77 0.42 0.00 332.76 0.99 0.61
Hex FE 3A 93 0 4D 2A 0 14D 63 3D
Octal 376 72 223 0 115 52 0 515 143 75
Binary 11111110 111010 10010011 0 1001101 101010 0 101001101 1100011 111101

Color Harmonies of #FE3A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A93

Black with #FE3A93

Text Example


Text Example

White with #FE3A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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