Html Css Color HEX #F1A9BD Cupid

📋 copy color: '#F1A9BD'

red 241 ◦ green 169 ◦ blue 189

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

Shades of Cupid #F1A9BD

Tints of Cupid #F1A9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.55%

R = 40.23%
G = 28.21%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1A9BD (or 0xF1A9BD) is known color: Cupid. HEX triplet: F1, A9 and BD. RGB value is (241,169,189). Sum of RGB (Red+Green+Blue) = 241+169+189=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9BD is #0E5642. Grayscale: #C0C0C0. Windows color (decimal): -939587 or 12429809. OLE color: 12429809.

HSL color Cylindrical-coordinate representation of color #F1A9BD: hue angle of 343.33º 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 #F1A9BD is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 169 189 -
CMYK 0 0.30 0.22 0.05
HSL 343.33º 0.72% 0.8% -
HSV(B) 343.33º 0.3% 0.95% -
XYZ 59.65 50.75 54.8 -
YUV 192.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 241 169 189 0 0.30 0.22 0.05 343.33 0.72 0.8
Hex F1 A9 BD 0 1E 16 5 157 48 50
Octal 361 251 275 0 36 26 5 527 110 120
Binary 11110001 10101001 10111101 0 11110 10110 101 101010111 1001000 1010000

Color Harmonies of #F1A9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A9BD

Black with #F1A9BD

Text Example


Text Example

White with #F1A9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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