Html Css Color HEX #F096AF Illusion

📋 copy color: '#F096AF'

red 240 ◦ green 150 ◦ blue 175

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

Shades of Illusion #F096AF

Tints of Illusion #F096AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.55%

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

R = 42.48%
G = 26.55%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F096AF (or 0xF096AF) is known color: Illusion. HEX triplet: F0, 96 and AF. RGB value is (240,150,175). Sum of RGB (Red+Green+Blue) = 240+150+175=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F096AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096AF is #0F6950. Grayscale: #B3B3B3. Windows color (decimal): -1010001 or 11507440. OLE color: 11507440.

HSL color Cylindrical-coordinate representation of color #F096AF: hue angle of 343.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096AF is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 150 175 -
CMYK 0 0.37 0.27 0.06
HSL 343.33º 0.75% 0.76% -
HSV(B) 343.33º 0.38% 0.94% -
XYZ 54.58 43.43 46.06 -
YUV 179.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 240 150 175 0 0.37 0.27 0.06 343.33 0.75 0.76
Hex F0 96 AF 0 25 1B 6 157 4B 4C
Octal 360 226 257 0 45 33 6 527 113 114
Binary 11110000 10010110 10101111 0 100101 11011 110 101010111 1001011 1001100

Color Harmonies of #F096AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096AF

Black with #F096AF

Text Example


Text Example

White with #F096AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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