Html Css Color HEX #FE349C Wild Strawberry

📋 copy color: '#FE349C'

red 254 ◦ green 52 ◦ blue 156

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

Shades of Wild Strawberry #FE349C

Tints of Wild Strawberry #FE349C

RGB

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

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

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

R = 54.98%
G = 11.26%
B = 33.77%

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

#FE349C (or 0xFE349C) is known color: Wild Strawberry. HEX triplet: FE, 34 and 9C. RGB value is (254,52,156). Sum of RGB (Red+Green+Blue) = 254+52+156=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE349C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE349C is #01CB63. Grayscale: #7C7C7C. Windows color (decimal): -117604 or 10237182. OLE color: 10237182.

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

Color convert

RGB 254 52 156 -
CMYK 0 0.80 0.39 0.00
HSL 329.11º 0.99% 0.6% -
HSV(B) 329.11º 0.8% 1% -
XYZ 48.1 25.93 33.92 -
YUV 124.25 145.92 220.54 -
System Red Green Blue C M Y K H S L
Decimal 254 52 156 0 0.80 0.39 0.00 329.11 0.99 0.6
Hex FE 34 9C 0 50 27 0 149 63 3C
Octal 376 64 234 0 120 47 0 511 143 74
Binary 11111110 110100 10011100 0 1010000 100111 0 101001001 1100011 111100

Color Harmonies of #FE349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE349C

Black with #FE349C

Text Example


Text Example

White with #FE349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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