Html Css Color HEX #FD3990 Wild Strawberry

📋 copy color: '#FD3990'

red 253 ◦ green 57 ◦ blue 144

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

Shades of Wild Strawberry #FD3990

Tints of Wild Strawberry #FD3990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.56%

 BLUE value IS 144 (56.64% from 255) = 31.72%

R = 55.73%
G = 12.56%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD3990 (or 0xFD3990) is known color: Wild Strawberry. HEX triplet: FD, 39 and 90. RGB value is (253,57,144). Sum of RGB (Red+Green+Blue) = 253+57+144=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3990 is #02C66F. Grayscale: #7D7D7D. Windows color (decimal): -181872 or 9452029. OLE color: 9452029.

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

Color convert

RGB 253 57 144 -
CMYK 0 0.77 0.43 0.01
HSL 333.37º 0.98% 0.61% -
HSV(B) 333.37º 0.77% 0.99% -
XYZ 47.01 25.82 28.89 -
YUV 125.52 138.43 218.93 -
System Red Green Blue C M Y K H S L
Decimal 253 57 144 0 0.77 0.43 0.01 333.37 0.98 0.61
Hex FD 39 90 0 4D 2B 1 14D 62 3D
Octal 375 71 220 0 115 53 1 515 142 75
Binary 11111101 111001 10010000 0 1001101 101011 1 101001101 1100010 111101

Color Harmonies of #FD3990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3990

Black with #FD3990

Text Example


Text Example

White with #FD3990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3990; }

 p { color: rgb(253,57,144); }

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

background-color css

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

 a { background-color: rgb(253,57,144); }

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

border-color css

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

 span { border-color: rgb(253,57,144); }

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