Html Css Color HEX #F1A6B9 Cupid

📋 copy color: '#F1A6B9'

red 241 ◦ green 166 ◦ blue 185

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

Shades of Cupid #F1A6B9

Tints of Cupid #F1A6B9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.04%

 BLUE value IS 185 (72.66% from 255) = 31.25%

R = 40.71%
G = 28.04%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1A6B9 (or 0xF1A6B9) is known color: Cupid. HEX triplet: F1, A6 and B9. RGB value is (241,166,185). Sum of RGB (Red+Green+Blue) = 241+166+185=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6B9 is #0E5946. Grayscale: #BEBEBE. Windows color (decimal): -940359 or 12166897. OLE color: 12166897.

HSL color Cylindrical-coordinate representation of color #F1A6B9: hue angle of 344.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A6B9 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 166 185 -
CMYK 0 0.31 0.23 0.05
HSL 344.8º 0.73% 0.8% -
HSV(B) 344.8º 0.31% 0.95% -
XYZ 58.67 49.48 52.36 -
YUV 190.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 241 166 185 0 0.31 0.23 0.05 344.8 0.73 0.8
Hex F1 A6 B9 0 1F 17 5 159 49 50
Octal 361 246 271 0 37 27 5 531 111 120
Binary 11110001 10100110 10111001 0 11111 10111 101 101011001 1001001 1010000

Color Harmonies of #F1A6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A6B9

Black with #F1A6B9

Text Example


Text Example

White with #F1A6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A6B9; }

 p { color: rgb(241,166,185); }

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

background-color css

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

 a { background-color: rgb(241,166,185); }

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

border-color css

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

 span { border-color: rgb(241,166,185); }

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