Html Css Color HEX #FE449A Wild Strawberry

📋 copy color: '#FE449A'

red 254 ◦ green 68 ◦ blue 154

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

Shades of Wild Strawberry #FE449A

Tints of Wild Strawberry #FE449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.35%

R = 53.36%
G = 14.29%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE449A (or 0xFE449A) is known color: Wild Strawberry. HEX triplet: FE, 44 and 9A. RGB value is (254,68,154). Sum of RGB (Red+Green+Blue) = 254+68+154=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE449A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE449A is #01BB65. Grayscale: #858585. Windows color (decimal): -113510 or 10110206. OLE color: 10110206.

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

Color convert

RGB 254 68 154 -
CMYK 0 0.73 0.39 0.00
HSL 332.26º 0.99% 0.63% -
HSV(B) 332.26º 0.73% 1% -
XYZ 48.77 27.54 33.32 -
YUV 133.42 139.62 214.01 -
System Red Green Blue C M Y K H S L
Decimal 254 68 154 0 0.73 0.39 0.00 332.26 0.99 0.63
Hex FE 44 9A 0 49 27 0 14C 63 3F
Octal 376 104 232 0 111 47 0 514 143 77
Binary 11111110 1000100 10011010 0 1001001 100111 0 101001100 1100011 111111

Color Harmonies of #FE449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE449A

Black with #FE449A

Text Example


Text Example

White with #FE449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE449A; }

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

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

background-color css

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

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

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

border-color css

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

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

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