Html Css Color HEX #F690AF Illusion

📋 copy color: '#F690AF'

red 246 ◦ green 144 ◦ blue 175

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

Shades of Illusion #F690AF

Tints of Illusion #F690AF

RGB

 RED value IS 246 (96.48% from 255) = 43.54%

 GREEN value IS 144 (56.64% from 255) = 25.49%

 BLUE value IS 175 (68.75% from 255) = 30.97%

R = 43.54%
G = 25.49%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F690AF (or 0xF690AF) is known color: Illusion. HEX triplet: F6, 90 and AF. RGB value is (246,144,175). Sum of RGB (Red+Green+Blue) = 246+144+175=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F690AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F690AF is #096F50. Grayscale: #B2B2B2. Windows color (decimal): -618321 or 11505910. OLE color: 11505910.

HSL color Cylindrical-coordinate representation of color #F690AF: hue angle of 341.76º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690AF is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 144 175 -
CMYK 0 0.41 0.29 0.04
HSL 341.76º 0.85% 0.76% -
HSV(B) 341.76º 0.41% 0.96% -
XYZ 55.72 42.63 45.85 -
YUV 178.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 246 144 175 0 0.41 0.29 0.04 341.76 0.85 0.76
Hex F6 90 AF 0 29 1D 4 156 55 4C
Octal 366 220 257 0 51 35 4 526 125 114
Binary 11110110 10010000 10101111 0 101001 11101 100 101010110 1010101 1001100

Color Harmonies of #F690AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F690AF

Black with #F690AF

Text Example


Text Example

White with #F690AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F690AF; }

 p { color: rgb(246,144,175); }

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

background-color css

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

 a { background-color: rgb(246,144,175); }

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

border-color css

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

 span { border-color: rgb(246,144,175); }

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