Html Css Color HEX #F6A4BC Cupid

📋 copy color: '#F6A4BC'

red 246 ◦ green 164 ◦ blue 188

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

Shades of Cupid #F6A4BC

Tints of Cupid #F6A4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.42%

 BLUE value IS 188 (73.83% from 255) = 31.44%

R = 41.14%
G = 27.42%
B = 31.44%

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

#F6A4BC (or 0xF6A4BC) is known color: Cupid. HEX triplet: F6, A4 and BC. RGB value is (246,164,188). Sum of RGB (Red+Green+Blue) = 246+164+188=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A4BC is #095B43. Grayscale: #BFBFBF. Windows color (decimal): -613188 or 12362998. OLE color: 12362998.

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

Color convert

RGB 246 164 188 -
CMYK 0 0.33 0.24 0.04
HSL 342.44º 0.82% 0.8% -
HSV(B) 342.44º 0.33% 0.96% -
XYZ 60.36 49.77 54 -
YUV 191.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 246 164 188 0 0.33 0.24 0.04 342.44 0.82 0.8
Hex F6 A4 BC 0 21 18 4 156 52 50
Octal 366 244 274 0 41 30 4 526 122 120
Binary 11110110 10100100 10111100 0 100001 11000 100 101010110 1010010 1010000

Color Harmonies of #F6A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A4BC

Black with #F6A4BC

Text Example


Text Example

White with #F6A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A4BC; }

 p { color: rgb(246,164,188); }

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

background-color css

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

 a { background-color: rgb(246,164,188); }

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

border-color css

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

 span { border-color: rgb(246,164,188); }

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