Html Css Color HEX #F095B0 Illusion

📋 copy color: '#F095B0'

red 240 ◦ green 149 ◦ blue 176

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

Shades of Illusion #F095B0

Tints of Illusion #F095B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.15%

R = 42.48%
G = 26.37%
B = 31.15%

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

#F095B0 (or 0xF095B0) is known color: Illusion. HEX triplet: F0, 95 and B0. RGB value is (240,149,176). Sum of RGB (Red+Green+Blue) = 240+149+176=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F095B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095B0 is #0F6A4F. Grayscale: #B3B3B3. Windows color (decimal): -1010256 or 11572720. OLE color: 11572720.

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

Color convert

RGB 240 149 176 -
CMYK 0 0.38 0.27 0.06
HSL 342.2º 0.75% 0.76% -
HSV(B) 342.2º 0.38% 0.94% -
XYZ 54.52 43.15 46.53 -
YUV 179.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 240 149 176 0 0.38 0.27 0.06 342.2 0.75 0.76
Hex F0 95 B0 0 26 1B 6 156 4B 4C
Octal 360 225 260 0 46 33 6 526 113 114
Binary 11110000 10010101 10110000 0 100110 11011 110 101010110 1001011 1001100

Color Harmonies of #F095B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095B0

Black with #F095B0

Text Example


Text Example

White with #F095B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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