Html Css Color HEX #F6A6B9 Cupid

📋 copy color: '#F6A6B9'

red 246 ◦ green 166 ◦ blue 185

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

Shades of Cupid #F6A6B9

Tints of Cupid #F6A6B9

RGB

 RED value IS 246 (96.48% from 255) = 41.21%

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

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

R = 41.21%
G = 27.81%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F6A6B9 (or 0xF6A6B9) is known color: Cupid. HEX triplet: F6, A6 and B9. RGB value is (246,166,185). Sum of RGB (Red+Green+Blue) = 246+166+185=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A6B9 is #095946. Grayscale: #C0C0C0. Windows color (decimal): -612679 or 12166902. OLE color: 12166902.

HSL color Cylindrical-coordinate representation of color #F6A6B9: hue angle of 345.75º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A6B9 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 166 185 -
CMYK 0 0.33 0.25 0.04
HSL 345.75º 0.82% 0.81% -
HSV(B) 345.75º 0.33% 0.96% -
XYZ 60.4 50.37 52.44 -
YUV 192.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 246 166 185 0 0.33 0.25 0.04 345.75 0.82 0.81
Hex F6 A6 B9 0 21 19 4 15A 52 51
Octal 366 246 271 0 41 31 4 532 122 121
Binary 11110110 10100110 10111001 0 100001 11001 100 101011010 1010010 1010001

Color Harmonies of #F6A6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A6B9

Black with #F6A6B9

Text Example


Text Example

White with #F6A6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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