Html Css Color HEX #F1A8BC Cupid

📋 copy color: '#F1A8BC'

red 241 ◦ green 168 ◦ blue 188

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

Shades of Cupid #F1A8BC

Tints of Cupid #F1A8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.49%

R = 40.37%
G = 28.14%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1A8BC (or 0xF1A8BC) is known color: Cupid. HEX triplet: F1, A8 and BC. RGB value is (241,168,188). Sum of RGB (Red+Green+Blue) = 241+168+188=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A8BC is #0E5743. Grayscale: #C0C0C0. Windows color (decimal): -939844 or 12364017. OLE color: 12364017.

HSL color Cylindrical-coordinate representation of color #F1A8BC: hue angle of 343.56º 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 #F1A8BC is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 168 188 -
CMYK 0 0.30 0.22 0.05
HSL 343.56º 0.72% 0.8% -
HSV(B) 343.56º 0.3% 0.95% -
XYZ 59.36 50.34 54.16 -
YUV 192.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 241 168 188 0 0.30 0.22 0.05 343.56 0.72 0.8
Hex F1 A8 BC 0 1E 16 5 158 48 50
Octal 361 250 274 0 36 26 5 530 110 120
Binary 11110001 10101000 10111100 0 11110 10110 101 101011000 1001000 1010000

Color Harmonies of #F1A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A8BC

Black with #F1A8BC

Text Example


Text Example

White with #F1A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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