Html Css Color HEX #F1ADC0 Cupid

📋 copy color: '#F1ADC0'

red 241 ◦ green 173 ◦ blue 192

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

Shades of Cupid #F1ADC0

Tints of Cupid #F1ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.55%

 BLUE value IS 192 (75.39% from 255) = 31.68%

R = 39.77%
G = 28.55%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F1ADC0 (or 0xF1ADC0) is known color: Cupid. HEX triplet: F1, AD and C0. RGB value is (241,173,192). Sum of RGB (Red+Green+Blue) = 241+173+192=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADC0 is #0E523F. Grayscale: #C3C3C3. Windows color (decimal): -938560 or 12627441. OLE color: 12627441.

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

Color convert

RGB 241 173 192 -
CMYK 0 0.28 0.20 0.05
HSL 343.24º 0.71% 0.81% -
HSV(B) 343.24º 0.28% 0.95% -
XYZ 60.73 52.39 56.78 -
YUV 195.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 241 173 192 0 0.28 0.20 0.05 343.24 0.71 0.81
Hex F1 AD C0 0 1C 14 5 157 47 51
Octal 361 255 300 0 34 24 5 527 107 121
Binary 11110001 10101101 11000000 0 11100 10100 101 101010111 1000111 1010001

Color Harmonies of #F1ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADC0

Black with #F1ADC0

Text Example


Text Example

White with #F1ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADC0; }

 p { color: rgb(241,173,192); }

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

background-color css

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

 a { background-color: rgb(241,173,192); }

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

border-color css

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

 span { border-color: rgb(241,173,192); }

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