Html Css Color HEX #FD666D Wild Watermelon

📋 copy color: '#FD666D'

red 253 ◦ green 102 ◦ blue 109

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

Shades of Wild Watermelon #FD666D

Tints of Wild Watermelon #FD666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.98%

 BLUE value IS 109 (42.97% from 255) = 23.49%

R = 54.53%
G = 21.98%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD666D (or 0xFD666D) is known color: Wild Watermelon. HEX triplet: FD, 66 and 6D. RGB value is (253,102,109). Sum of RGB (Red+Green+Blue) = 253+102+109=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD666D is #029992. Grayscale: #949494. Windows color (decimal): -170387 or 7169789. OLE color: 7169789.

HSL color Cylindrical-coordinate representation of color #FD666D: hue angle of 357.22º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD666D is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 102 109 -
CMYK 0 0.60 0.57 0.01
HSL 357.22º 0.97% 0.7% -
HSV(B) 357.22º 0.6% 0.99% -
XYZ 48.02 31.49 18.02 -
YUV 147.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 253 102 109 0 0.60 0.57 0.01 357.22 0.97 0.7
Hex FD 66 6D 0 3C 39 1 165 61 46
Octal 375 146 155 0 74 71 1 545 141 106
Binary 11111101 1100110 1101101 0 111100 111001 1 101100101 1100001 1000110

Color Harmonies of #FD666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD666D

Black with #FD666D

Text Example


Text Example

White with #FD666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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