Html Css Color HEX #FE449E Wild Strawberry

📋 copy color: '#FE449E'

red 254 ◦ green 68 ◦ blue 158

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

Shades of Wild Strawberry #FE449E

Tints of Wild Strawberry #FE449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.92%

R = 52.92%
G = 14.17%
B = 32.92%

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

#FE449E (or 0xFE449E) is known color: Wild Strawberry. HEX triplet: FE, 44 and 9E. RGB value is (254,68,158). Sum of RGB (Red+Green+Blue) = 254+68+158=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE449E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE449E is #01BB61. Grayscale: #858585. Windows color (decimal): -113506 or 10372350. OLE color: 10372350.

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

Color convert

RGB 254 68 158 -
CMYK 0 0.73 0.38 0.00
HSL 330.97º 0.99% 0.63% -
HSV(B) 330.97º 0.73% 1% -
XYZ 49.11 27.67 35.1 -
YUV 133.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 254 68 158 0 0.73 0.38 0.00 330.97 0.99 0.63
Hex FE 44 9E 0 49 26 0 14B 63 3F
Octal 376 104 236 0 111 46 0 513 143 77
Binary 11111110 1000100 10011110 0 1001001 100110 0 101001011 1100011 111111

Color Harmonies of #FE449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE449E

Black with #FE449E

Text Example


Text Example

White with #FE449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE449E; }

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

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

background-color css

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

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

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

border-color css

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

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

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