Html Css Color HEX #F1ACC1 Cupid

📋 copy color: '#F1ACC1'

red 241 ◦ green 172 ◦ blue 193

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

Shades of Cupid #F1ACC1

Tints of Cupid #F1ACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.38%

 BLUE value IS 193 (75.78% from 255) = 31.85%

R = 39.77%
G = 28.38%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F1ACC1 (or 0xF1ACC1) is known color: Cupid. HEX triplet: F1, AC and C1. RGB value is (241,172,193). Sum of RGB (Red+Green+Blue) = 241+172+193=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACC1 is #0E533E. Grayscale: #C3C3C3. Windows color (decimal): -938815 or 12692721. OLE color: 12692721.

HSL color Cylindrical-coordinate representation of color #F1ACC1: hue angle of 341.74º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ACC1 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 172 193 -
CMYK 0 0.29 0.20 0.05
HSL 341.74º 0.71% 0.81% -
HSV(B) 341.74º 0.29% 0.95% -
XYZ 60.65 52.06 57.3 -
YUV 195.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 241 172 193 0 0.29 0.20 0.05 341.74 0.71 0.81
Hex F1 AC C1 0 1D 14 5 156 47 51
Octal 361 254 301 0 35 24 5 526 107 121
Binary 11110001 10101100 11000001 0 11101 10100 101 101010110 1000111 1010001

Color Harmonies of #F1ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACC1

Black with #F1ACC1

Text Example


Text Example

White with #F1ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACC1; }

 p { color: rgb(241,172,193); }

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

background-color css

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

 a { background-color: rgb(241,172,193); }

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

border-color css

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

 span { border-color: rgb(241,172,193); }

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