Html Css Color HEX #FE40AC Wild Strawberry

📋 copy color: '#FE40AC'

red 254 ◦ green 64 ◦ blue 172

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

Shades of Wild Strawberry #FE40AC

Tints of Wild Strawberry #FE40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.06%

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 51.84%
G = 13.06%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE40AC (or 0xFE40AC) is known color: Wild Strawberry. HEX triplet: FE, 40 and AC. RGB value is (254,64,172). Sum of RGB (Red+Green+Blue) = 254+64+172=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE40AC is #01BF53. Grayscale: #848484. Windows color (decimal): -114516 or 11288830. OLE color: 11288830.

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

Color convert

RGB 254 64 172 -
CMYK 0 0.75 0.32 0.00
HSL 325.89º 0.99% 0.62% -
HSV(B) 325.89º 0.75% 1% -
XYZ 50.15 27.72 41.74 -
YUV 133.12 149.95 214.22 -
System Red Green Blue C M Y K H S L
Decimal 254 64 172 0 0.75 0.32 0.00 325.89 0.99 0.62
Hex FE 40 AC 0 4B 20 0 146 63 3E
Octal 376 100 254 0 113 40 0 506 143 76
Binary 11111110 1000000 10101100 0 1001011 100000 0 101000110 1100011 111110

Color Harmonies of #FE40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE40AC

Black with #FE40AC

Text Example


Text Example

White with #FE40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE40AC; }

 p { color: rgb(254,64,172); }

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

background-color css

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

 a { background-color: rgb(254,64,172); }

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

border-color css

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

 span { border-color: rgb(254,64,172); }

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