Html Css Color HEX #F08BB0 Illusion

📋 copy color: '#F08BB0'

red 240 ◦ green 139 ◦ blue 176

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

Shades of Illusion #F08BB0

Tints of Illusion #F08BB0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.05%

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

R = 43.24%
G = 25.05%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F08BB0 (or 0xF08BB0) is known color: Illusion. HEX triplet: F0, 8B and B0. RGB value is (240,139,176). Sum of RGB (Red+Green+Blue) = 240+139+176=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08BB0 is #0F744F. Grayscale: #ADADAD. Windows color (decimal): -1012816 or 11570160. OLE color: 11570160.

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

Color convert

RGB 240 139 176 -
CMYK 0 0.42 0.27 0.06
HSL 338.02º 0.77% 0.74% -
HSV(B) 338.02º 0.42% 0.94% -
XYZ 53 40.13 46.03 -
YUV 173.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 240 139 176 0 0.42 0.27 0.06 338.02 0.77 0.74
Hex F0 8B B0 0 2A 1B 6 152 4D 4A
Octal 360 213 260 0 52 33 6 522 115 112
Binary 11110000 10001011 10110000 0 101010 11011 110 101010010 1001101 1001010

Color Harmonies of #F08BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08BB0

Black with #F08BB0

Text Example


Text Example

White with #F08BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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