Html Css Color HEX #FD666F Wild Watermelon

📋 copy color: '#FD666F'

red 253 ◦ green 102 ◦ blue 111

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

Shades of Wild Watermelon #FD666F

Tints of Wild Watermelon #FD666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.82%

R = 54.29%
G = 21.89%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD666F (or 0xFD666F) is known color: Wild Watermelon. HEX triplet: FD, 66 and 6F. RGB value is (253,102,111). Sum of RGB (Red+Green+Blue) = 253+102+111=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD666F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD666F is #029990. Grayscale: #949494. Windows color (decimal): -170385 or 7300861. OLE color: 7300861.

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

Color convert

RGB 253 102 111 -
CMYK 0 0.60 0.56 0.01
HSL 356.42º 0.97% 0.7% -
HSV(B) 356.42º 0.6% 0.99% -
XYZ 48.13 31.53 18.59 -
YUV 148.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 253 102 111 0 0.60 0.56 0.01 356.42 0.97 0.7
Hex FD 66 6F 0 3C 38 1 164 61 46
Octal 375 146 157 0 74 70 1 544 141 106
Binary 11111101 1100110 1101111 0 111100 111000 1 101100100 1100001 1000110

Color Harmonies of #FD666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD666F

Black with #FD666F

Text Example


Text Example

White with #FD666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD666F; }

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

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

background-color css

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

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

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

border-color css

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

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

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