Html Css Color HEX #FE4099 Wild Strawberry

📋 copy color: '#FE4099'

red 254 ◦ green 64 ◦ blue 153

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

Shades of Wild Strawberry #FE4099

Tints of Wild Strawberry #FE4099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.59%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 53.93%
G = 13.59%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE4099 (or 0xFE4099) is known color: Wild Strawberry. HEX triplet: FE, 40 and 99. RGB value is (254,64,153). Sum of RGB (Red+Green+Blue) = 254+64+153=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4099 is #01BF66. Grayscale: #828282. Windows color (decimal): -114535 or 10043646. OLE color: 10043646.

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

Color convert

RGB 254 64 153 -
CMYK 0 0.75 0.40 0.00
HSL 331.89º 0.99% 0.62% -
HSV(B) 331.89º 0.75% 1% -
XYZ 48.46 27.04 32.8 -
YUV 130.96 140.45 215.76 -
System Red Green Blue C M Y K H S L
Decimal 254 64 153 0 0.75 0.40 0.00 331.89 0.99 0.62
Hex FE 40 99 0 4B 28 0 14C 63 3E
Octal 376 100 231 0 113 50 0 514 143 76
Binary 11111110 1000000 10011001 0 1001011 101000 0 101001100 1100011 111110

Color Harmonies of #FE4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4099

Black with #FE4099

Text Example


Text Example

White with #FE4099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4099; }

 p { color: rgb(254,64,153); }

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

background-color css

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

 a { background-color: rgb(254,64,153); }

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

border-color css

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

 span { border-color: rgb(254,64,153); }

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