Html Css Color HEX #F08AB1 Illusion

📋 copy color: '#F08AB1'

red 240 ◦ green 138 ◦ blue 177

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

Shades of Illusion #F08AB1

Tints of Illusion #F08AB1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.86%

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

R = 43.24%
G = 24.86%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F08AB1 (or 0xF08AB1) is known color: Illusion. HEX triplet: F0, 8A and B1. RGB value is (240,138,177). Sum of RGB (Red+Green+Blue) = 240+138+177=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08AB1 is #0F754E. Grayscale: #ACACAC. Windows color (decimal): -1013071 or 11635440. OLE color: 11635440.

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

Color convert

RGB 240 138 177 -
CMYK 0 0.42 0.26 0.06
HSL 337.06º 0.77% 0.74% -
HSV(B) 337.06º 0.43% 0.94% -
XYZ 52.96 39.88 46.5 -
YUV 172.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 240 138 177 0 0.42 0.26 0.06 337.06 0.77 0.74
Hex F0 8A B1 0 2A 1A 6 151 4D 4A
Octal 360 212 261 0 52 32 6 521 115 112
Binary 11110000 10001010 10110001 0 101010 11010 110 101010001 1001101 1001010

Color Harmonies of #F08AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08AB1

Black with #F08AB1

Text Example


Text Example

White with #F08AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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