Html Css Color HEX #FE40AD Wild Strawberry

📋 copy color: '#FE40AD'

red 254 ◦ green 64 ◦ blue 173

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

Shades of Wild Strawberry #FE40AD

Tints of Wild Strawberry #FE40AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.23%

R = 51.73%
G = 13.03%
B = 35.23%

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

#FE40AD (or 0xFE40AD) is known color: Wild Strawberry. HEX triplet: FE, 40 and AD. RGB value is (254,64,173). Sum of RGB (Red+Green+Blue) = 254+64+173=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE40AD is #01BF52. Grayscale: #848484. Windows color (decimal): -114515 or 11354366. OLE color: 11354366.

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

Color convert

RGB 254 64 173 -
CMYK 0 0.75 0.32 0.00
HSL 325.58º 0.99% 0.62% -
HSV(B) 325.58º 0.75% 1% -
XYZ 50.25 27.75 42.24 -
YUV 133.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 254 64 173 0 0.75 0.32 0.00 325.58 0.99 0.62
Hex FE 40 AD 0 4B 20 0 146 63 3E
Octal 376 100 255 0 113 40 0 506 143 76
Binary 11111110 1000000 10101101 0 1001011 100000 0 101000110 1100011 111110

Color Harmonies of #FE40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE40AD

Black with #FE40AD

Text Example


Text Example

White with #FE40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE40AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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