Html Css Color HEX #FF40A0 Wild Strawberry

📋 copy color: '#FF40A0'

red 255 ◦ green 64 ◦ blue 160

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

Shades of Wild Strawberry #FF40A0

Tints of Wild Strawberry #FF40A0

RGB

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

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

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

R = 53.24%
G = 13.36%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF40A0 (or 0xFF40A0) is known color: Wild Strawberry. HEX triplet: FF, 40 and A0. RGB value is (255,64,160). Sum of RGB (Red+Green+Blue) = 255+64+160=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40A0 is #00BF5F. Grayscale: #838383. Windows color (decimal): -48992 or 10502399. OLE color: 10502399.

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

Color convert

RGB 255 64 160 -
CMYK 0 0.75 0.37 0
HSL 329.84º 1% 0.63% -
HSV(B) 329.84º 0.75% 1% -
XYZ 49.42 27.46 35.95 -
YUV 132.05 143.78 215.69 -
System Red Green Blue C M Y K H S L
Decimal 255 64 160 0 0.75 0.37 0 329.84 1 0.63
Hex FF 40 A0 0 4B 25 0 14A 64 3F
Octal 377 100 240 0 113 45 0 512 144 77
Binary 11111111 1000000 10100000 0 1001011 100101 0 101001010 1100100 111111

Color Harmonies of #FF40A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF40A0

Black with #FF40A0

Text Example


Text Example

White with #FF40A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF40A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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