Html Css Color HEX #FF409F Wild Strawberry

📋 copy color: '#FF409F'

red 255 ◦ green 64 ◦ blue 159

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

Shades of Wild Strawberry #FF409F

Tints of Wild Strawberry #FF409F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.26%

R = 53.35%
G = 13.39%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF409F (or 0xFF409F) is known color: Wild Strawberry. HEX triplet: FF, 40 and 9F. RGB value is (255,64,159). Sum of RGB (Red+Green+Blue) = 255+64+159=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF409F is #00BF60. Grayscale: #838383. Windows color (decimal): -48993 or 10436863. OLE color: 10436863.

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

Color convert

RGB 255 64 159 -
CMYK 0 0.75 0.38 0
HSL 330.16º 1% 0.63% -
HSV(B) 330.16º 0.75% 1% -
XYZ 49.33 27.43 35.5 -
YUV 131.94 143.28 215.78 -
System Red Green Blue C M Y K H S L
Decimal 255 64 159 0 0.75 0.38 0 330.16 1 0.63
Hex FF 40 9F 0 4B 26 0 14A 64 3F
Octal 377 100 237 0 113 46 0 512 144 77
Binary 11111111 1000000 10011111 0 1001011 100110 0 101001010 1100100 111111

Color Harmonies of #FF409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF409F

Black with #FF409F

Text Example


Text Example

White with #FF409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF409F; }

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

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

background-color css

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

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

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

border-color css

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

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

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