Html Css Color HEX #FE43A0 Wild Strawberry

📋 copy color: '#FE43A0'

red 254 ◦ green 67 ◦ blue 160

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

Shades of Wild Strawberry #FE43A0

Tints of Wild Strawberry #FE43A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 52.81%
G = 13.93%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE43A0 (or 0xFE43A0) is known color: Wild Strawberry. HEX triplet: FE, 43 and A0. RGB value is (254,67,160). Sum of RGB (Red+Green+Blue) = 254+67+160=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE43A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE43A0 is #01BC5F. Grayscale: #858585. Windows color (decimal): -113760 or 10503166. OLE color: 10503166.

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

Color convert

RGB 254 67 160 -
CMYK 0 0.74 0.37 0.00
HSL 330.16º 0.99% 0.63% -
HSV(B) 330.16º 0.74% 1% -
XYZ 49.23 27.62 36 -
YUV 133.52 142.95 213.94 -
System Red Green Blue C M Y K H S L
Decimal 254 67 160 0 0.74 0.37 0.00 330.16 0.99 0.63
Hex FE 43 A0 0 4A 25 0 14A 63 3F
Octal 376 103 240 0 112 45 0 512 143 77
Binary 11111110 1000011 10100000 0 1001010 100101 0 101001010 1100011 111111

Color Harmonies of #FE43A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE43A0

Black with #FE43A0

Text Example


Text Example

White with #FE43A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE43A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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