Html Css Color HEX #F1A8C5 Cupid

📋 copy color: '#F1A8C5'

red 241 ◦ green 168 ◦ blue 197

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

Shades of Cupid #F1A8C5

Tints of Cupid #F1A8C5

RGB

 RED value IS 241 (94.53% from 255) = 39.77%

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

 BLUE value IS 197 (77.34% from 255) = 32.51%

R = 39.77%
G = 27.72%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1A8C5 (or 0xF1A8C5) is known color: Cupid. HEX triplet: F1, A8 and C5. RGB value is (241,168,197). Sum of RGB (Red+Green+Blue) = 241+168+197=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A8C5 is #0E573A. Grayscale: #C1C1C1. Windows color (decimal): -939835 or 12953841. OLE color: 12953841.

HSL color Cylindrical-coordinate representation of color #F1A8C5: hue angle of 336.16º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A8C5 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 168 197 -
CMYK 0 0.30 0.18 0.05
HSL 336.16º 0.72% 0.8% -
HSV(B) 336.16º 0.3% 0.95% -
XYZ 60.36 50.74 59.44 -
YUV 193.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 241 168 197 0 0.30 0.18 0.05 336.16 0.72 0.8
Hex F1 A8 C5 0 1E 12 5 150 48 50
Octal 361 250 305 0 36 22 5 520 110 120
Binary 11110001 10101000 11000101 0 11110 10010 101 101010000 1001000 1010000

Color Harmonies of #F1A8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A8C5

Black with #F1A8C5

Text Example


Text Example

White with #F1A8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A8C5; }

 p { color: rgb(241,168,197); }

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

background-color css

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

 a { background-color: rgb(241,168,197); }

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

border-color css

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

 span { border-color: rgb(241,168,197); }

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