Html Css Color HEX #FE449D Wild Strawberry

📋 copy color: '#FE449D'

red 254 ◦ green 68 ◦ blue 157

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

Shades of Wild Strawberry #FE449D

Tints of Wild Strawberry #FE449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.2%

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

R = 53.03%
G = 14.2%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE449D (or 0xFE449D) is known color: Wild Strawberry. HEX triplet: FE, 44 and 9D. RGB value is (254,68,157). Sum of RGB (Red+Green+Blue) = 254+68+157=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE449D is #01BB62. Grayscale: #858585. Windows color (decimal): -113507 or 10306814. OLE color: 10306814.

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

Color convert

RGB 254 68 157 -
CMYK 0 0.73 0.38 0.00
HSL 331.29º 0.99% 0.63% -
HSV(B) 331.29º 0.73% 1% -
XYZ 49.03 27.64 34.65 -
YUV 133.76 141.12 213.76 -
System Red Green Blue C M Y K H S L
Decimal 254 68 157 0 0.73 0.38 0.00 331.29 0.99 0.63
Hex FE 44 9D 0 49 26 0 14B 63 3F
Octal 376 104 235 0 111 46 0 513 143 77
Binary 11111110 1000100 10011101 0 1001001 100110 0 101001011 1100011 111111

Color Harmonies of #FE449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE449D

Black with #FE449D

Text Example


Text Example

White with #FE449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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