Html Css Color HEX #F6A5BE Cupid

📋 copy color: '#F6A5BE'

red 246 ◦ green 165 ◦ blue 190

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

Shades of Cupid #F6A5BE

Tints of Cupid #F6A5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.45%

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

R = 40.93%
G = 27.45%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6A5BE (or 0xF6A5BE) is known color: Cupid. HEX triplet: F6, A5 and BE. RGB value is (246,165,190). Sum of RGB (Red+Green+Blue) = 246+165+190=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A5BE is #095A41. Grayscale: #C0C0C0. Windows color (decimal): -612930 or 12494326. OLE color: 12494326.

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

Color convert

RGB 246 165 190 -
CMYK 0 0.33 0.23 0.04
HSL 341.48º 0.82% 0.81% -
HSV(B) 341.48º 0.33% 0.96% -
XYZ 60.76 50.22 55.21 -
YUV 192.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 246 165 190 0 0.33 0.23 0.04 341.48 0.82 0.81
Hex F6 A5 BE 0 21 17 4 155 52 51
Octal 366 245 276 0 41 27 4 525 122 121
Binary 11110110 10100101 10111110 0 100001 10111 100 101010101 1010010 1010001

Color Harmonies of #F6A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A5BE

Black with #F6A5BE

Text Example


Text Example

White with #F6A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A5BE; }

 p { color: rgb(246,165,190); }

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

background-color css

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

 a { background-color: rgb(246,165,190); }

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

border-color css

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

 span { border-color: rgb(246,165,190); }

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