Html Css Color HEX #FD5168 Wild Watermelon

📋 copy color: '#FD5168'

red 253 ◦ green 81 ◦ blue 104

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

Shades of Wild Watermelon #FD5168

Tints of Wild Watermelon #FD5168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.49%

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 57.76%
G = 18.49%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FD5168 (or 0xFD5168) is known color: Wild Watermelon. HEX triplet: FD, 51 and 68. RGB value is (253,81,104). Sum of RGB (Red+Green+Blue) = 253+81+104=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5168 is #02AE97. Grayscale: #878787. Windows color (decimal): -175768 or 6836733. OLE color: 6836733.

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

Color convert

RGB 253 81 104 -
CMYK 0 0.68 0.59 0.01
HSL 351.98º 0.98% 0.65% -
HSV(B) 351.98º 0.68% 0.99% -
XYZ 45.95 27.77 16.03 -
YUV 135.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 253 81 104 0 0.68 0.59 0.01 351.98 0.98 0.65
Hex FD 51 68 0 44 3B 1 160 62 41
Octal 375 121 150 0 104 73 1 540 142 101
Binary 11111101 1010001 1101000 0 1000100 111011 1 101100000 1100010 1000001

Color Harmonies of #FD5168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5168

Black with #FD5168

Text Example


Text Example

White with #FD5168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5168; }

 p { color: rgb(253,81,104); }

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

background-color css

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

 a { background-color: rgb(253,81,104); }

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

border-color css

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

 span { border-color: rgb(253,81,104); }

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