Html Css Color HEX #F8A1B5 Illusion

📋 copy color: '#F8A1B5'

red 248 ◦ green 161 ◦ blue 181

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

Shades of Illusion #F8A1B5

Tints of Illusion #F8A1B5

RGB

 RED value IS 248 (97.27% from 255) = 42.03%

 GREEN value IS 161 (63.28% from 255) = 27.29%

 BLUE value IS 181 (71.09% from 255) = 30.68%

R = 42.03%
G = 27.29%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F8A1B5 (or 0xF8A1B5) is known color: Illusion. HEX triplet: F8, A1 and B5. RGB value is (248,161,181). Sum of RGB (Red+Green+Blue) = 248+161+181=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A1B5 is #075E4A. Grayscale: #BDBDBD. Windows color (decimal): -482891 or 11903480. OLE color: 11903480.

HSL color Cylindrical-coordinate representation of color #F8A1B5: hue angle of 346.21º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A1B5 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 161 181 -
CMYK 0 0.35 0.27 0.03
HSL 346.21º 0.86% 0.8% -
HSV(B) 346.21º 0.35% 0.97% -
XYZ 59.8 48.78 49.98 -
YUV 189.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 248 161 181 0 0.35 0.27 0.03 346.21 0.86 0.8
Hex F8 A1 B5 0 23 1B 3 15A 56 50
Octal 370 241 265 0 43 33 3 532 126 120
Binary 11111000 10100001 10110101 0 100011 11011 11 101011010 1010110 1010000

Color Harmonies of #F8A1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A1B5

Black with #F8A1B5

Text Example


Text Example

White with #F8A1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A1B5; }

 p { color: rgb(248,161,181); }

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

background-color css

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

 a { background-color: rgb(248,161,181); }

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

border-color css

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

 span { border-color: rgb(248,161,181); }

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