Html Css Color HEX #FF6D74 Wild Watermelon

📋 copy color: '#FF6D74'

red 255 ◦ green 109 ◦ blue 116

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

Shades of Wild Watermelon #FF6D74

Tints of Wild Watermelon #FF6D74

RGB

 RED value IS 255 (100% from 255) = 53.13%

 GREEN value IS 109 (42.97% from 255) = 22.71%

 BLUE value IS 116 (45.7% from 255) = 24.17%

R = 53.13%
G = 22.71%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF6D74 (or 0xFF6D74) is known color: Wild Watermelon. HEX triplet: FF, 6D and 74. RGB value is (255,109,116). Sum of RGB (Red+Green+Blue) = 255+109+116=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D74 is #00928B. Grayscale: #999999. Windows color (decimal): -37516 or 7630335. OLE color: 7630335.

HSL color Cylindrical-coordinate representation of color #FF6D74: hue angle of 357.12º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6D74 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 109 116 -
CMYK 0 0.57 0.55 0
HSL 357.12º 1% 0.71% -
HSV(B) 357.12º 0.57% 1% -
XYZ 49.86 33.46 20.35 -
YUV 153.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 255 109 116 0 0.57 0.55 0 357.12 1 0.71
Hex FF 6D 74 0 39 37 0 165 64 47
Octal 377 155 164 0 71 67 0 545 144 107
Binary 11111111 1101101 1110100 0 111001 110111 0 101100101 1100100 1000111

Color Harmonies of #FF6D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D74

Black with #FF6D74

Text Example


Text Example

White with #FF6D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D74; }

 p { color: rgb(255,109,116); }

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

background-color css

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

 a { background-color: rgb(255,109,116); }

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

border-color css

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

 span { border-color: rgb(255,109,116); }

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