Html Css Color HEX #F6A6BA Cupid

📋 copy color: '#F6A6BA'

red 246 ◦ green 166 ◦ blue 186

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

Shades of Cupid #F6A6BA

Tints of Cupid #F6A6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.1%

R = 41.14%
G = 27.76%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6A6BA (or 0xF6A6BA) is known color: Cupid. HEX triplet: F6, A6 and BA. RGB value is (246,166,186). Sum of RGB (Red+Green+Blue) = 246+166+186=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A6BA is #095945. Grayscale: #C0C0C0. Windows color (decimal): -612678 or 12232438. OLE color: 12232438.

HSL color Cylindrical-coordinate representation of color #F6A6BA: hue angle of 345º 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 #F6A6BA is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 166 186 -
CMYK 0 0.33 0.24 0.04
HSL 345º 0.82% 0.81% -
HSV(B) 345º 0.33% 0.96% -
XYZ 60.51 50.41 53 -
YUV 192.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 246 166 186 0 0.33 0.24 0.04 345 0.82 0.81
Hex F6 A6 BA 0 21 18 4 159 52 51
Octal 366 246 272 0 41 30 4 531 122 121
Binary 11110110 10100110 10111010 0 100001 11000 100 101011001 1010010 1010001

Color Harmonies of #F6A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A6BA

Black with #F6A6BA

Text Example


Text Example

White with #F6A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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