Html Css Color HEX #F540AD Wild Strawberry

📋 copy color: '#F540AD'

red 245 ◦ green 64 ◦ blue 173

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

Shades of Wild Strawberry #F540AD

Tints of Wild Strawberry #F540AD

RGB

 RED value IS 245 (96.09% from 255) = 50.83%

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

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

R = 50.83%
G = 13.28%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F540AD (or 0xF540AD) is known color: Wild Strawberry. HEX triplet: F5, 40 and AD. RGB value is (245,64,173). Sum of RGB (Red+Green+Blue) = 245+64+173=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F540AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F540AD is #0ABF52. Grayscale: #828282. Windows color (decimal): -704339 or 11354357. OLE color: 11354357.

HSL color Cylindrical-coordinate representation of color #F540AD: hue angle of 323.87º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F540AD is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 64 173 -
CMYK 0 0.74 0.29 0.04
HSL 323.87º 0.9% 0.61% -
HSV(B) 323.87º 0.74% 0.96% -
XYZ 47.03 26.1 42.09 -
YUV 130.55 151.97 209.64 -
System Red Green Blue C M Y K H S L
Decimal 245 64 173 0 0.74 0.29 0.04 323.87 0.9 0.61
Hex F5 40 AD 0 4A 1D 4 144 5A 3D
Octal 365 100 255 0 112 35 4 504 132 75
Binary 11110101 1000000 10101101 0 1001010 11101 100 101000100 1011010 111101

Color Harmonies of #F540AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F540AD

Black with #F540AD

Text Example


Text Example

White with #F540AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F540AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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