Html Css Color HEX #F0A5AF Illusion

📋 copy color: '#F0A5AF'

red 240 ◦ green 165 ◦ blue 175

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

Shades of Illusion #F0A5AF

Tints of Illusion #F0A5AF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.45%

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

R = 41.38%
G = 28.45%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0A5AF (or 0xF0A5AF) is known color: Illusion. HEX triplet: F0, A5 and AF. RGB value is (240,165,175). Sum of RGB (Red+Green+Blue) = 240+165+175=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A5AF is #0F5A50. Grayscale: #BCBCBC. Windows color (decimal): -1006161 or 11511280. OLE color: 11511280.

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

Color convert

RGB 240 165 175 -
CMYK 0 0.31 0.27 0.06
HSL 352º 0.71% 0.79% -
HSV(B) 352º 0.31% 0.94% -
XYZ 57.13 48.53 46.91 -
YUV 188.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 240 165 175 0 0.31 0.27 0.06 352 0.71 0.79
Hex F0 A5 AF 0 1F 1B 6 160 47 4F
Octal 360 245 257 0 37 33 6 540 107 117
Binary 11110000 10100101 10101111 0 11111 11011 110 101100000 1000111 1001111

Color Harmonies of #F0A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A5AF

Black with #F0A5AF

Text Example


Text Example

White with #F0A5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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