Html Css Color HEX #FD3390 Wild Strawberry

📋 copy color: '#FD3390'

red 253 ◦ green 51 ◦ blue 144

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

Shades of Wild Strawberry #FD3390

Tints of Wild Strawberry #FD3390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.38%

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

R = 56.47%
G = 11.38%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD3390 (or 0xFD3390) is known color: Wild Strawberry. HEX triplet: FD, 33 and 90. RGB value is (253,51,144). Sum of RGB (Red+Green+Blue) = 253+51+144=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3390 is #02CC6F. Grayscale: #797979. Windows color (decimal): -183408 or 9450493. OLE color: 9450493.

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

Color convert

RGB 253 51 144 -
CMYK 0 0.80 0.43 0.01
HSL 332.38º 0.98% 0.6% -
HSV(B) 332.38º 0.8% 0.99% -
XYZ 46.73 25.26 28.8 -
YUV 122 140.42 221.44 -
System Red Green Blue C M Y K H S L
Decimal 253 51 144 0 0.80 0.43 0.01 332.38 0.98 0.6
Hex FD 33 90 0 50 2B 1 14C 62 3C
Octal 375 63 220 0 120 53 1 514 142 74
Binary 11111101 110011 10010000 0 1010000 101011 1 101001100 1100010 111100

Color Harmonies of #FD3390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3390

Black with #FD3390

Text Example


Text Example

White with #FD3390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3390; }

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

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

background-color css

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

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

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

border-color css

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

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

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