Html Css Color HEX #FF409C Wild Strawberry

📋 copy color: '#FF409C'

red 255 ◦ green 64 ◦ blue 156

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

Shades of Wild Strawberry #FF409C

Tints of Wild Strawberry #FF409C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.84%

R = 53.68%
G = 13.47%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF409C (or 0xFF409C) is known color: Wild Strawberry. HEX triplet: FF, 40 and 9C. RGB value is (255,64,156). Sum of RGB (Red+Green+Blue) = 255+64+156=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF409C is #00BF63. Grayscale: #838383. Windows color (decimal): -48996 or 10240255. OLE color: 10240255.

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

Color convert

RGB 255 64 156 -
CMYK 0 0.75 0.39 0
HSL 331.1º 1% 0.63% -
HSV(B) 331.1º 0.75% 1% -
XYZ 49.07 27.33 34.14 -
YUV 131.6 141.78 216.02 -
System Red Green Blue C M Y K H S L
Decimal 255 64 156 0 0.75 0.39 0 331.1 1 0.63
Hex FF 40 9C 0 4B 27 0 14B 64 3F
Octal 377 100 234 0 113 47 0 513 144 77
Binary 11111111 1000000 10011100 0 1001011 100111 0 101001011 1100100 111111

Color Harmonies of #FF409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF409C

Black with #FF409C

Text Example


Text Example

White with #FF409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF409C; }

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

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

background-color css

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

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

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

border-color css

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

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

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