Html Css Color HEX #FF696C Wild Watermelon

📋 copy color: '#FF696C'

red 255 ◦ green 105 ◦ blue 108

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

Shades of Wild Watermelon #FF696C

Tints of Wild Watermelon #FF696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.08%

R = 54.49%
G = 22.44%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF696C (or 0xFF696C) is known color: Wild Watermelon. HEX triplet: FF, 69 and 6C. RGB value is (255,105,108). Sum of RGB (Red+Green+Blue) = 255+105+108=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF696C is #009693. Grayscale: #969696. Windows color (decimal): -38548 or 7105023. OLE color: 7105023.

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

Color convert

RGB 255 105 108 -
CMYK 0 0.59 0.58 0
HSL 358.8º 1% 0.71% -
HSV(B) 358.8º 0.59% 1% -
XYZ 49 32.45 17.87 -
YUV 150.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 255 105 108 0 0.59 0.58 0 358.8 1 0.71
Hex FF 69 6C 0 3B 3A 0 167 64 47
Octal 377 151 154 0 73 72 0 547 144 107
Binary 11111111 1101001 1101100 0 111011 111010 0 101100111 1100100 1000111

Color Harmonies of #FF696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF696C

Black with #FF696C

Text Example


Text Example

White with #FF696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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