Html Css Color HEX #F6AFBE Cupid

📋 copy color: '#F6AFBE'

red 246 ◦ green 175 ◦ blue 190

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

Shades of Cupid #F6AFBE

Tints of Cupid #F6AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.64%

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

R = 40.26%
G = 28.64%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6AFBE (or 0xF6AFBE) is known color: Cupid. HEX triplet: F6, AF and BE. RGB value is (246,175,190). Sum of RGB (Red+Green+Blue) = 246+175+190=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFBE is #095041. Grayscale: #C5C5C5. Windows color (decimal): -610370 or 12496886. OLE color: 12496886.

HSL color Cylindrical-coordinate representation of color #F6AFBE: hue angle of 347.32º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AFBE is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 175 190 -
CMYK 0 0.29 0.23 0.04
HSL 347.32º 0.8% 0.83% -
HSV(B) 347.32º 0.29% 0.96% -
XYZ 62.63 53.97 55.83 -
YUV 197.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 246 175 190 0 0.29 0.23 0.04 347.32 0.8 0.83
Hex F6 AF BE 0 1D 17 4 15B 50 53
Octal 366 257 276 0 35 27 4 533 120 123
Binary 11110110 10101111 10111110 0 11101 10111 100 101011011 1010000 1010011

Color Harmonies of #F6AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AFBE

Black with #F6AFBE

Text Example


Text Example

White with #F6AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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