Html Css Color HEX #F6A8BD Cupid

📋 copy color: '#F6A8BD'

red 246 ◦ green 168 ◦ blue 189

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

Shades of Cupid #F6A8BD

Tints of Cupid #F6A8BD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.86%

 BLUE value IS 189 (74.22% from 255) = 31.34%

R = 40.8%
G = 27.86%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6A8BD (or 0xF6A8BD) is known color: Cupid. HEX triplet: F6, A8 and BD. RGB value is (246,168,189). Sum of RGB (Red+Green+Blue) = 246+168+189=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A8BD is #095742. Grayscale: #C1C1C1. Windows color (decimal): -612163 or 12429558. OLE color: 12429558.

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

Color convert

RGB 246 168 189 -
CMYK 0 0.32 0.23 0.04
HSL 343.85º 0.81% 0.81% -
HSV(B) 343.85º 0.32% 0.96% -
XYZ 61.19 51.27 54.82 -
YUV 193.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 246 168 189 0 0.32 0.23 0.04 343.85 0.81 0.81
Hex F6 A8 BD 0 20 17 4 158 51 51
Octal 366 250 275 0 40 27 4 530 121 121
Binary 11110110 10101000 10111101 0 100000 10111 100 101011000 1010001 1010001

Color Harmonies of #F6A8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A8BD

Black with #F6A8BD

Text Example


Text Example

White with #F6A8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A8BD; }

 p { color: rgb(246,168,189); }

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

background-color css

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

 a { background-color: rgb(246,168,189); }

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

border-color css

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

 span { border-color: rgb(246,168,189); }

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