Html Css Color HEX #FD5166 Wild Watermelon

📋 copy color: '#FD5166'

red 253 ◦ green 81 ◦ blue 102

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

Shades of Wild Watermelon #FD5166

Tints of Wild Watermelon #FD5166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 58.03%
G = 18.58%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD5166 (or 0xFD5166) is known color: Wild Watermelon. HEX triplet: FD, 51 and 66. RGB value is (253,81,102). Sum of RGB (Red+Green+Blue) = 253+81+102=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5166 is #02AE99. Grayscale: #868686. Windows color (decimal): -175770 or 6705661. OLE color: 6705661.

HSL color Cylindrical-coordinate representation of color #FD5166: hue angle of 352.67º 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 #FD5166 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 81 102 -
CMYK 0 0.68 0.60 0.01
HSL 352.67º 0.98% 0.65% -
HSV(B) 352.67º 0.68% 0.99% -
XYZ 45.85 27.73 15.51 -
YUV 134.82 109.48 212.29 -
System Red Green Blue C M Y K H S L
Decimal 253 81 102 0 0.68 0.60 0.01 352.67 0.98 0.65
Hex FD 51 66 0 44 3C 1 161 62 41
Octal 375 121 146 0 104 74 1 541 142 101
Binary 11111101 1010001 1100110 0 1000100 111100 1 101100001 1100010 1000001

Color Harmonies of #FD5166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5166

Black with #FD5166

Text Example


Text Example

White with #FD5166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5166; }

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

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

background-color css

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

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

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

border-color css

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

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

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