Html Css Color HEX #FF696D Wild Watermelon

📋 copy color: '#FF696D'

red 255 ◦ green 105 ◦ blue 109

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

Shades of Wild Watermelon #FF696D

Tints of Wild Watermelon #FF696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.39%

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

R = 54.37%
G = 22.39%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FF696D (or 0xFF696D) is known color: Wild Watermelon. HEX triplet: FF, 69 and 6D. RGB value is (255,105,109). Sum of RGB (Red+Green+Blue) = 255+105+109=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF696D is #009692. Grayscale: #969696. Windows color (decimal): -38547 or 7170559. OLE color: 7170559.

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

Color convert

RGB 255 105 109 -
CMYK 0 0.59 0.57 0
HSL 358.4º 1% 0.71% -
HSV(B) 358.4º 0.59% 1% -
XYZ 49.05 32.47 18.15 -
YUV 150.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 255 105 109 0 0.59 0.57 0 358.4 1 0.71
Hex FF 69 6D 0 3B 39 0 166 64 47
Octal 377 151 155 0 73 71 0 546 144 107
Binary 11111111 1101001 1101101 0 111011 111001 0 101100110 1100100 1000111

Color Harmonies of #FF696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF696D

Black with #FF696D

Text Example


Text Example

White with #FF696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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