Html Css Color HEX #FD409F Wild Strawberry

📋 copy color: '#FD409F'

red 253 ◦ green 64 ◦ blue 159

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

Shades of Wild Strawberry #FD409F

Tints of Wild Strawberry #FD409F

RGB

 RED value IS 253 (99.22% from 255) = 53.15%

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

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

R = 53.15%
G = 13.45%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD409F (or 0xFD409F) is known color: Wild Strawberry. HEX triplet: FD, 40 and 9F. RGB value is (253,64,159). Sum of RGB (Red+Green+Blue) = 253+64+159=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD409F is #02BF60. Grayscale: #838383. Windows color (decimal): -180065 or 10436861. OLE color: 10436861.

HSL color Cylindrical-coordinate representation of color #FD409F: hue angle of 329.84º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD409F is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 64 159 -
CMYK 0 0.75 0.37 0.01
HSL 329.84º 0.98% 0.62% -
HSV(B) 329.84º 0.75% 0.99% -
XYZ 48.6 27.05 35.46 -
YUV 131.34 143.62 214.78 -
System Red Green Blue C M Y K H S L
Decimal 253 64 159 0 0.75 0.37 0.01 329.84 0.98 0.62
Hex FD 40 9F 0 4B 25 1 14A 62 3E
Octal 375 100 237 0 113 45 1 512 142 76
Binary 11111101 1000000 10011111 0 1001011 100101 1 101001010 1100010 111110

Color Harmonies of #FD409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD409F

Black with #FD409F

Text Example


Text Example

White with #FD409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD409F; }

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

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

background-color css

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

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

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

border-color css

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

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

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