Html Css Color HEX #FE439D Wild Strawberry

📋 copy color: '#FE439D'

red 254 ◦ green 67 ◦ blue 157

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

Shades of Wild Strawberry #FE439D

Tints of Wild Strawberry #FE439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.02%

 BLUE value IS 157 (61.72% from 255) = 32.85%

R = 53.14%
G = 14.02%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE439D (or 0xFE439D) is known color: Wild Strawberry. HEX triplet: FE, 43 and 9D. RGB value is (254,67,157). Sum of RGB (Red+Green+Blue) = 254+67+157=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE439D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE439D is #01BC62. Grayscale: #858585. Windows color (decimal): -113763 or 10306558. OLE color: 10306558.

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

Color convert

RGB 254 67 157 -
CMYK 0 0.74 0.38 0.00
HSL 331.12º 0.99% 0.63% -
HSV(B) 331.12º 0.74% 1% -
XYZ 48.97 27.52 34.63 -
YUV 133.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 254 67 157 0 0.74 0.38 0.00 331.12 0.99 0.63
Hex FE 43 9D 0 4A 26 0 14B 63 3F
Octal 376 103 235 0 112 46 0 513 143 77
Binary 11111110 1000011 10011101 0 1001010 100110 0 101001011 1100011 111111

Color Harmonies of #FE439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE439D

Black with #FE439D

Text Example


Text Example

White with #FE439D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE439D; }

 p { color: rgb(254,67,157); }

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

background-color css

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

 a { background-color: rgb(254,67,157); }

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

border-color css

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

 span { border-color: rgb(254,67,157); }

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