Html Css Color HEX #FE3499 Wild Strawberry

📋 copy color: '#FE3499'

red 254 ◦ green 52 ◦ blue 153

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

Shades of Wild Strawberry #FE3499

Tints of Wild Strawberry #FE3499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.33%

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

R = 55.34%
G = 11.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FE3499 (or 0xFE3499) is known color: Wild Strawberry. HEX triplet: FE, 34 and 99. RGB value is (254,52,153). Sum of RGB (Red+Green+Blue) = 254+52+153=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3499 is #01CB66. Grayscale: #7B7B7B. Windows color (decimal): -117607 or 10040574. OLE color: 10040574.

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

Color convert

RGB 254 52 153 -
CMYK 0 0.80 0.40 0.00
HSL 330º 0.99% 0.6% -
HSV(B) 330º 0.8% 1% -
XYZ 47.85 25.83 32.6 -
YUV 123.91 144.42 220.79 -
System Red Green Blue C M Y K H S L
Decimal 254 52 153 0 0.80 0.40 0.00 330 0.99 0.6
Hex FE 34 99 0 50 28 0 14A 63 3C
Octal 376 64 231 0 120 50 0 512 143 74
Binary 11111110 110100 10011001 0 1010000 101000 0 101001010 1100011 111100

Color Harmonies of #FE3499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3499

Black with #FE3499

Text Example


Text Example

White with #FE3499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3499; }

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

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

background-color css

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

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

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

border-color css

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

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

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