Html Css Color HEX #FD666A Wild Watermelon

📋 copy color: '#FD666A'

red 253 ◦ green 102 ◦ blue 106

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

Shades of Wild Watermelon #FD666A

Tints of Wild Watermelon #FD666A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 54.88%
G = 22.13%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD666A (or 0xFD666A) is known color: Wild Watermelon. HEX triplet: FD, 66 and 6A. RGB value is (253,102,106). Sum of RGB (Red+Green+Blue) = 253+102+106=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD666A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD666A is #029995. Grayscale: #939393. Windows color (decimal): -170390 or 6973181. OLE color: 6973181.

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

Color convert

RGB 253 102 106 -
CMYK 0 0.60 0.58 0.01
HSL 358.41º 0.97% 0.7% -
HSV(B) 358.41º 0.6% 0.99% -
XYZ 47.86 31.43 17.18 -
YUV 147.61 104.53 203.17 -
System Red Green Blue C M Y K H S L
Decimal 253 102 106 0 0.60 0.58 0.01 358.41 0.97 0.7
Hex FD 66 6A 0 3C 3A 1 166 61 46
Octal 375 146 152 0 74 72 1 546 141 106
Binary 11111101 1100110 1101010 0 111100 111010 1 101100110 1100001 1000110

Color Harmonies of #FD666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD666A

Black with #FD666A

Text Example


Text Example

White with #FD666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD666A; }

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

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

background-color css

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

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

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

border-color css

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

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

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