Html Css Color HEX #F6AFC2 Cupid

📋 copy color: '#F6AFC2'

red 246 ◦ green 175 ◦ blue 194

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

Shades of Cupid #F6AFC2

Tints of Cupid #F6AFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.54%

R = 40%
G = 28.46%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F6AFC2 (or 0xF6AFC2) is known color: Cupid. HEX triplet: F6, AF and C2. RGB value is (246,175,194). Sum of RGB (Red+Green+Blue) = 246+175+194=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFC2 is #09503D. Grayscale: #C6C6C6. Windows color (decimal): -610366 or 12759030. OLE color: 12759030.

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

Color convert

RGB 246 175 194 -
CMYK 0 0.29 0.21 0.04
HSL 343.94º 0.8% 0.83% -
HSV(B) 343.94º 0.29% 0.96% -
XYZ 63.07 54.15 58.17 -
YUV 198.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 246 175 194 0 0.29 0.21 0.04 343.94 0.8 0.83
Hex F6 AF C2 0 1D 15 4 158 50 53
Octal 366 257 302 0 35 25 4 530 120 123
Binary 11110110 10101111 11000010 0 11101 10101 100 101011000 1010000 1010011

Color Harmonies of #F6AFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AFC2

Black with #F6AFC2

Text Example


Text Example

White with #F6AFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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