Html Css Color HEX #FF40AD Wild Strawberry

📋 copy color: '#FF40AD'

red 255 ◦ green 64 ◦ blue 173

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

Shades of Wild Strawberry #FF40AD

Tints of Wild Strawberry #FF40AD

RGB

 RED value IS 255 (100% from 255) = 51.83%

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

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

R = 51.83%
G = 13.01%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF40AD (or 0xFF40AD) is known color: Wild Strawberry. HEX triplet: FF, 40 and AD. RGB value is (255,64,173). Sum of RGB (Red+Green+Blue) = 255+64+173=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40AD is #00BF52. Grayscale: #858585. Windows color (decimal): -48979 or 11354367. OLE color: 11354367.

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

Color convert

RGB 255 64 173 -
CMYK 0 0.75 0.32 0
HSL 325.76º 1% 0.63% -
HSV(B) 325.76º 0.75% 1% -
XYZ 50.62 27.94 42.26 -
YUV 133.54 150.28 214.64 -
System Red Green Blue C M Y K H S L
Decimal 255 64 173 0 0.75 0.32 0 325.76 1 0.63
Hex FF 40 AD 0 4B 20 0 146 64 3F
Octal 377 100 255 0 113 40 0 506 144 77
Binary 11111111 1000000 10101101 0 1001011 100000 0 101000110 1100100 111111

Color Harmonies of #FF40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF40AD

Black with #FF40AD

Text Example


Text Example

White with #FF40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF40AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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