Html Css Color HEX #F1A9BF Cupid

📋 copy color: '#F1A9BF'

red 241 ◦ green 169 ◦ blue 191

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

Shades of Cupid #F1A9BF

Tints of Cupid #F1A9BF

RGB

 RED value IS 241 (94.53% from 255) = 40.1%

 GREEN value IS 169 (66.41% from 255) = 28.12%

 BLUE value IS 191 (75% from 255) = 31.78%

R = 40.1%
G = 28.12%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1A9BF (or 0xF1A9BF) is known color: Cupid. HEX triplet: F1, A9 and BF. RGB value is (241,169,191). Sum of RGB (Red+Green+Blue) = 241+169+191=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9BF is #0E5640. Grayscale: #C1C1C1. Windows color (decimal): -939585 or 12560881. OLE color: 12560881.

HSL color Cylindrical-coordinate representation of color #F1A9BF: hue angle of 341.67º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A9BF is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 169 191 -
CMYK 0 0.30 0.21 0.05
HSL 341.67º 0.72% 0.8% -
HSV(B) 341.67º 0.3% 0.95% -
XYZ 59.87 50.84 55.95 -
YUV 193.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 241 169 191 0 0.30 0.21 0.05 341.67 0.72 0.8
Hex F1 A9 BF 0 1E 15 5 156 48 50
Octal 361 251 277 0 36 25 5 526 110 120
Binary 11110001 10101001 10111111 0 11110 10101 101 101010110 1001000 1010000

Color Harmonies of #F1A9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A9BF

Black with #F1A9BF

Text Example


Text Example

White with #F1A9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A9BF; }

 p { color: rgb(241,169,191); }

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

background-color css

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

 a { background-color: rgb(241,169,191); }

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

border-color css

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

 span { border-color: rgb(241,169,191); }

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