Html Css Color HEX #F096B1 Illusion

📋 copy color: '#F096B1'

red 240 ◦ green 150 ◦ blue 177

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

Shades of Illusion #F096B1

Tints of Illusion #F096B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.22%

R = 42.33%
G = 26.46%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F096B1 (or 0xF096B1) is known color: Illusion. HEX triplet: F0, 96 and B1. RGB value is (240,150,177). Sum of RGB (Red+Green+Blue) = 240+150+177=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F096B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F096B1 is #0F694E. Grayscale: #B3B3B3. Windows color (decimal): -1009999 or 11638512. OLE color: 11638512.

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

Color convert

RGB 240 150 177 -
CMYK 0 0.37 0.26 0.06
HSL 342º 0.75% 0.76% -
HSV(B) 342º 0.38% 0.94% -
XYZ 54.78 43.51 47.11 -
YUV 179.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 240 150 177 0 0.37 0.26 0.06 342 0.75 0.76
Hex F0 96 B1 0 25 1A 6 156 4B 4C
Octal 360 226 261 0 45 32 6 526 113 114
Binary 11110000 10010110 10110001 0 100101 11010 110 101010110 1001011 1001100

Color Harmonies of #F096B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096B1

Black with #F096B1

Text Example


Text Example

White with #F096B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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