Html Css Color HEX #F0A4AF Illusion

📋 copy color: '#F0A4AF'

red 240 ◦ green 164 ◦ blue 175

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

Shades of Illusion #F0A4AF

Tints of Illusion #F0A4AF

RGB

 RED value IS 240 (94.14% from 255) = 41.45%

 GREEN value IS 164 (64.45% from 255) = 28.32%

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

R = 41.45%
G = 28.32%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0A4AF (or 0xF0A4AF) is known color: Illusion. HEX triplet: F0, A4 and AF. RGB value is (240,164,175). Sum of RGB (Red+Green+Blue) = 240+164+175=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A4AF is #0F5B50. Grayscale: #BCBCBC. Windows color (decimal): -1006417 or 11511024. OLE color: 11511024.

HSL color Cylindrical-coordinate representation of color #F0A4AF: hue angle of 351.32º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A4AF is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 175 -
CMYK 0 0.32 0.27 0.06
HSL 351.32º 0.72% 0.79% -
HSV(B) 351.32º 0.32% 0.94% -
XYZ 56.95 48.17 46.85 -
YUV 187.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 240 164 175 0 0.32 0.27 0.06 351.32 0.72 0.79
Hex F0 A4 AF 0 20 1B 6 15F 48 4F
Octal 360 244 257 0 40 33 6 537 110 117
Binary 11110000 10100100 10101111 0 100000 11011 110 101011111 1001000 1001111

Color Harmonies of #F0A4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A4AF

Black with #F0A4AF

Text Example


Text Example

White with #F0A4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A4AF; }

 p { color: rgb(240,164,175); }

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

background-color css

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

 a { background-color: rgb(240,164,175); }

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

border-color css

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

 span { border-color: rgb(240,164,175); }

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