Html Css Color HEX #FE399F Wild Strawberry

📋 copy color: '#FE399F'

red 254 ◦ green 57 ◦ blue 159

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

Shades of Wild Strawberry #FE399F

Tints of Wild Strawberry #FE399F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.13%

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

R = 54.04%
G = 12.13%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE399F (or 0xFE399F) is known color: Wild Strawberry. HEX triplet: FE, 39 and 9F. RGB value is (254,57,159). Sum of RGB (Red+Green+Blue) = 254+57+159=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 57 (22.66% from 255 or 12.13% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE399F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE399F is #01C660. Grayscale: #7F7F7F. Windows color (decimal): -116321 or 10435070. OLE color: 10435070.

HSL color Cylindrical-coordinate representation of color #FE399F: hue angle of 328.93º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE399F is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 57 159 -
CMYK 0 0.78 0.37 0.00
HSL 328.93º 0.99% 0.61% -
HSV(B) 328.93º 0.78% 1% -
XYZ 48.59 26.5 35.35 -
YUV 127.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 254 57 159 0 0.78 0.37 0.00 328.93 0.99 0.61
Hex FE 39 9F 0 4E 25 0 149 63 3D
Octal 376 71 237 0 116 45 0 511 143 75
Binary 11111110 111001 10011111 0 1001110 100101 0 101001001 1100011 111101

Color Harmonies of #FE399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE399F

Black with #FE399F

Text Example


Text Example

White with #FE399F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE399F; }

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

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

background-color css

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

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

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

border-color css

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

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

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