Html Css Color HEX #FE399E Wild Strawberry

📋 copy color: '#FE399E'

red 254 ◦ green 57 ◦ blue 158

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

Shades of Wild Strawberry #FE399E

Tints of Wild Strawberry #FE399E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.69%

R = 54.16%
G = 12.15%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE399E (or 0xFE399E) is known color: Wild Strawberry. HEX triplet: FE, 39 and 9E. RGB value is (254,57,158). Sum of RGB (Red+Green+Blue) = 254+57+158=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE399E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE399E is #01C661. Grayscale: #7F7F7F. Windows color (decimal): -116322 or 10369534. OLE color: 10369534.

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

Color convert

RGB 254 57 158 -
CMYK 0 0.78 0.38 0.00
HSL 329.24º 0.99% 0.61% -
HSV(B) 329.24º 0.78% 1% -
XYZ 48.51 26.47 34.9 -
YUV 127.42 145.27 218.29 -
System Red Green Blue C M Y K H S L
Decimal 254 57 158 0 0.78 0.38 0.00 329.24 0.99 0.61
Hex FE 39 9E 0 4E 26 0 149 63 3D
Octal 376 71 236 0 116 46 0 511 143 75
Binary 11111110 111001 10011110 0 1001110 100110 0 101001001 1100011 111101

Color Harmonies of #FE399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE399E

Black with #FE399E

Text Example


Text Example

White with #FE399E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE399E; }

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

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

background-color css

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

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

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

border-color css

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

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

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