Html Css Color HEX #FF696E Wild Watermelon

📋 copy color: '#FF696E'

red 255 ◦ green 105 ◦ blue 110

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

Shades of Wild Watermelon #FF696E

Tints of Wild Watermelon #FF696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 54.26%
G = 22.34%
B = 23.4%

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

#FF696E (or 0xFF696E) is known color: Wild Watermelon. HEX triplet: FF, 69 and 6E. RGB value is (255,105,110). Sum of RGB (Red+Green+Blue) = 255+105+110=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF696E is #009691. Grayscale: #969696. Windows color (decimal): -38546 or 7236095. OLE color: 7236095.

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

Color convert

RGB 255 105 110 -
CMYK 0 0.59 0.57 0
HSL 358º 1% 0.71% -
HSV(B) 358º 0.59% 1% -
XYZ 49.11 32.49 18.43 -
YUV 150.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 255 105 110 0 0.59 0.57 0 358 1 0.71
Hex FF 69 6E 0 3B 39 0 166 64 47
Octal 377 151 156 0 73 71 0 546 144 107
Binary 11111111 1101001 1101110 0 111011 111001 0 101100110 1100100 1000111

Color Harmonies of #FF696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF696E

Black with #FF696E

Text Example


Text Example

White with #FF696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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