Html Css Color HEX #F1A9BE Cupid

📋 copy color: '#F1A9BE'

red 241 ◦ green 169 ◦ blue 190

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

Shades of Cupid #F1A9BE

Tints of Cupid #F1A9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.67%

R = 40.17%
G = 28.17%
B = 31.67%

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

#F1A9BE (or 0xF1A9BE) is known color: Cupid. HEX triplet: F1, A9 and BE. RGB value is (241,169,190). Sum of RGB (Red+Green+Blue) = 241+169+190=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9BE is #0E5641. Grayscale: #C0C0C0. Windows color (decimal): -939586 or 12495345. OLE color: 12495345.

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

Color convert

RGB 241 169 190 -
CMYK 0 0.30 0.21 0.05
HSL 342.5º 0.72% 0.8% -
HSV(B) 342.5º 0.3% 0.95% -
XYZ 59.76 50.79 55.37 -
YUV 192.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 241 169 190 0 0.30 0.21 0.05 342.5 0.72 0.8
Hex F1 A9 BE 0 1E 15 5 156 48 50
Octal 361 251 276 0 36 25 5 526 110 120
Binary 11110001 10101001 10111110 0 11110 10101 101 101010110 1001000 1010000

Color Harmonies of #F1A9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A9BE

Black with #F1A9BE

Text Example


Text Example

White with #F1A9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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