Html Css Color HEX #F6B1C3 Cupid

📋 copy color: '#F6B1C3'

red 246 ◦ green 177 ◦ blue 195

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

Shades of Cupid #F6B1C3

Tints of Cupid #F6B1C3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.64%

 BLUE value IS 195 (76.56% from 255) = 31.55%

R = 39.81%
G = 28.64%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F6B1C3 (or 0xF6B1C3) is known color: Cupid. HEX triplet: F6, B1 and C3. RGB value is (246,177,195). Sum of RGB (Red+Green+Blue) = 246+177+195=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B1C3 is #094E3C. Grayscale: #C7C7C7. Windows color (decimal): -609853 or 12825078. OLE color: 12825078.

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

Color convert

RGB 246 177 195 -
CMYK 0 0.28 0.21 0.04
HSL 344.35º 0.79% 0.83% -
HSV(B) 344.35º 0.28% 0.96% -
XYZ 63.58 54.98 58.89 -
YUV 199.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 246 177 195 0 0.28 0.21 0.04 344.35 0.79 0.83
Hex F6 B1 C3 0 1C 15 4 158 4F 53
Octal 366 261 303 0 34 25 4 530 117 123
Binary 11110110 10110001 11000011 0 11100 10101 100 101011000 1001111 1010011

Color Harmonies of #F6B1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B1C3

Black with #F6B1C3

Text Example


Text Example

White with #F6B1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B1C3; }

 p { color: rgb(246,177,195); }

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

background-color css

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

 a { background-color: rgb(246,177,195); }

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

border-color css

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

 span { border-color: rgb(246,177,195); }

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