Html Css Color HEX #FD439F Wild Strawberry

📋 copy color: '#FD439F'

red 253 ◦ green 67 ◦ blue 159

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

Shades of Wild Strawberry #FD439F

Tints of Wild Strawberry #FD439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.99%

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

R = 52.82%
G = 13.99%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD439F (or 0xFD439F) is known color: Wild Strawberry. HEX triplet: FD, 43 and 9F. RGB value is (253,67,159). Sum of RGB (Red+Green+Blue) = 253+67+159=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD439F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD439F is #02BC60. Grayscale: #848484. Windows color (decimal): -179297 or 10437629. OLE color: 10437629.

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

Color convert

RGB 253 67 159 -
CMYK 0 0.74 0.37 0.01
HSL 330.32º 0.98% 0.63% -
HSV(B) 330.32º 0.74% 0.99% -
XYZ 48.77 27.4 35.52 -
YUV 133.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 253 67 159 0 0.74 0.37 0.01 330.32 0.98 0.63
Hex FD 43 9F 0 4A 25 1 14A 62 3F
Octal 375 103 237 0 112 45 1 512 142 77
Binary 11111101 1000011 10011111 0 1001010 100101 1 101001010 1100010 111111

Color Harmonies of #FD439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD439F

Black with #FD439F

Text Example


Text Example

White with #FD439F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD439F; }

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

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

background-color css

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

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

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

border-color css

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

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

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