Html Css Color HEX #FE3A9F Wild Strawberry

📋 copy color: '#FE3A9F'

red 254 ◦ green 58 ◦ blue 159

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

Shades of Wild Strawberry #FE3A9F

Tints of Wild Strawberry #FE3A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.76%

R = 53.93%
G = 12.31%
B = 33.76%

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

#FE3A9F (or 0xFE3A9F) is known color: Wild Strawberry. HEX triplet: FE, 3A and 9F. RGB value is (254,58,159). Sum of RGB (Red+Green+Blue) = 254+58+159=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3A9F is #01C560. Grayscale: #7F7F7F. Windows color (decimal): -116065 or 10435326. OLE color: 10435326.

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

Color convert

RGB 254 58 159 -
CMYK 0 0.77 0.37 0.00
HSL 329.08º 0.99% 0.61% -
HSV(B) 329.08º 0.77% 1% -
XYZ 48.64 26.6 35.37 -
YUV 128.12 145.43 217.79 -
System Red Green Blue C M Y K H S L
Decimal 254 58 159 0 0.77 0.37 0.00 329.08 0.99 0.61
Hex FE 3A 9F 0 4D 25 0 149 63 3D
Octal 376 72 237 0 115 45 0 511 143 75
Binary 11111110 111010 10011111 0 1001101 100101 0 101001001 1100011 111101

Color Harmonies of #FE3A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A9F

Black with #FE3A9F

Text Example


Text Example

White with #FE3A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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