Html Css Color HEX #F1A9BC Cupid

📋 copy color: '#F1A9BC'

red 241 ◦ green 169 ◦ blue 188

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

Shades of Cupid #F1A9BC

Tints of Cupid #F1A9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.44%

R = 40.3%
G = 28.26%
B = 31.44%

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

#F1A9BC (or 0xF1A9BC) is known color: Cupid. HEX triplet: F1, A9 and BC. RGB value is (241,169,188). Sum of RGB (Red+Green+Blue) = 241+169+188=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9BC is #0E5643. Grayscale: #C0C0C0. Windows color (decimal): -939588 or 12364273. OLE color: 12364273.

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

Color convert

RGB 241 169 188 -
CMYK 0 0.30 0.22 0.05
HSL 344.17º 0.72% 0.8% -
HSV(B) 344.17º 0.3% 0.95% -
XYZ 59.54 50.71 54.23 -
YUV 192.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 241 169 188 0 0.30 0.22 0.05 344.17 0.72 0.8
Hex F1 A9 BC 0 1E 16 5 158 48 50
Octal 361 251 274 0 36 26 5 530 110 120
Binary 11110001 10101001 10111100 0 11110 10110 101 101011000 1001000 1010000

Color Harmonies of #F1A9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A9BC

Black with #F1A9BC

Text Example


Text Example

White with #F1A9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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