Html Css Color HEX #F095AF Illusion

📋 copy color: '#F095AF'

red 240 ◦ green 149 ◦ blue 175

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

Shades of Illusion #F095AF

Tints of Illusion #F095AF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.42%

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

R = 42.55%
G = 26.42%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F095AF (or 0xF095AF) is known color: Illusion. HEX triplet: F0, 95 and AF. RGB value is (240,149,175). Sum of RGB (Red+Green+Blue) = 240+149+175=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F095AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095AF is #0F6A50. Grayscale: #B3B3B3. Windows color (decimal): -1010257 or 11507184. OLE color: 11507184.

HSL color Cylindrical-coordinate representation of color #F095AF: hue angle of 342.86º 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 #F095AF is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 175 -
CMYK 0 0.38 0.27 0.06
HSL 342.86º 0.75% 0.76% -
HSV(B) 342.86º 0.38% 0.94% -
XYZ 54.42 43.12 46.01 -
YUV 179.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 240 149 175 0 0.38 0.27 0.06 342.86 0.75 0.76
Hex F0 95 AF 0 26 1B 6 157 4B 4C
Octal 360 225 257 0 46 33 6 527 113 114
Binary 11110000 10010101 10101111 0 100110 11011 110 101010111 1001011 1001100

Color Harmonies of #F095AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095AF

Black with #F095AF

Text Example


Text Example

White with #F095AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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