Html Css Color HEX #FE339A Wild Strawberry

📋 copy color: '#FE339A'

red 254 ◦ green 51 ◦ blue 154

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

Shades of Wild Strawberry #FE339A

Tints of Wild Strawberry #FE339A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.11%

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 55.34%
G = 11.11%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE339A (or 0xFE339A) is known color: Wild Strawberry. HEX triplet: FE, 33 and 9A. RGB value is (254,51,154). Sum of RGB (Red+Green+Blue) = 254+51+154=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE339A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE339A is #01CC65. Grayscale: #7B7B7B. Windows color (decimal): -117862 or 10105854. OLE color: 10105854.

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

Color convert

RGB 254 51 154 -
CMYK 0 0.80 0.39 0.00
HSL 329.56º 0.99% 0.6% -
HSV(B) 329.56º 0.8% 1% -
XYZ 47.89 25.77 33.02 -
YUV 123.44 145.25 221.12 -
System Red Green Blue C M Y K H S L
Decimal 254 51 154 0 0.80 0.39 0.00 329.56 0.99 0.6
Hex FE 33 9A 0 50 27 0 14A 63 3C
Octal 376 63 232 0 120 47 0 512 143 74
Binary 11111110 110011 10011010 0 1010000 100111 0 101001010 1100011 111100

Color Harmonies of #FE339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE339A

Black with #FE339A

Text Example


Text Example

White with #FE339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE339A; }

 p { color: rgb(254,51,154); }

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

background-color css

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

 a { background-color: rgb(254,51,154); }

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

border-color css

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

 span { border-color: rgb(254,51,154); }

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