Html Css Color HEX #FE339C Wild Strawberry

📋 copy color: '#FE339C'

red 254 ◦ green 51 ◦ blue 156

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

Shades of Wild Strawberry #FE339C

Tints of Wild Strawberry #FE339C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 55.1%
G = 11.06%
B = 33.84%

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

#FE339C (or 0xFE339C) is known color: Wild Strawberry. HEX triplet: FE, 33 and 9C. RGB value is (254,51,156). Sum of RGB (Red+Green+Blue) = 254+51+156=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE339C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE339C is #01CC63. Grayscale: #7B7B7B. Windows color (decimal): -117860 or 10236926. OLE color: 10236926.

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

Color convert

RGB 254 51 156 -
CMYK 0 0.80 0.39 0.00
HSL 328.97º 0.99% 0.6% -
HSV(B) 328.97º 0.8% 1% -
XYZ 48.06 25.84 33.91 -
YUV 123.67 146.25 220.96 -
System Red Green Blue C M Y K H S L
Decimal 254 51 156 0 0.80 0.39 0.00 328.97 0.99 0.6
Hex FE 33 9C 0 50 27 0 149 63 3C
Octal 376 63 234 0 120 47 0 511 143 74
Binary 11111110 110011 10011100 0 1010000 100111 0 101001001 1100011 111100

Color Harmonies of #FE339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE339C

Black with #FE339C

Text Example


Text Example

White with #FE339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE339C; }

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

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

background-color css

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

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

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

border-color css

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

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

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