Html Css Color HEX #FF41A0 Wild Strawberry

📋 copy color: '#FF41A0'

red 255 ◦ green 65 ◦ blue 160

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

Shades of Wild Strawberry #FF41A0

Tints of Wild Strawberry #FF41A0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.54%

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

R = 53.13%
G = 13.54%
B = 33.33%

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

#FF41A0 (or 0xFF41A0) is known color: Wild Strawberry. HEX triplet: FF, 41 and A0. RGB value is (255,65,160). Sum of RGB (Red+Green+Blue) = 255+65+160=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF41A0 is #00BE5F. Grayscale: #848484. Windows color (decimal): -48736 or 10502655. OLE color: 10502655.

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

Color convert

RGB 255 65 160 -
CMYK 0 0.75 0.37 0
HSL 330º 1% 0.63% -
HSV(B) 330º 0.75% 1% -
XYZ 49.48 27.58 35.97 -
YUV 132.64 143.45 215.28 -
System Red Green Blue C M Y K H S L
Decimal 255 65 160 0 0.75 0.37 0 330 1 0.63
Hex FF 41 A0 0 4B 25 0 14A 64 3F
Octal 377 101 240 0 113 45 0 512 144 77
Binary 11111111 1000001 10100000 0 1001011 100101 0 101001010 1100100 111111

Color Harmonies of #FF41A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF41A0

Black with #FF41A0

Text Example


Text Example

White with #FF41A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF41A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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