Html Css Color HEX #F1A5BA Cupid

📋 copy color: '#F1A5BA'

red 241 ◦ green 165 ◦ blue 186

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

Shades of Cupid #F1A5BA

Tints of Cupid #F1A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.87%

 BLUE value IS 186 (73.05% from 255) = 31.42%

R = 40.71%
G = 27.87%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1A5BA (or 0xF1A5BA) is known color: Cupid. HEX triplet: F1, A5 and BA. RGB value is (241,165,186). Sum of RGB (Red+Green+Blue) = 241+165+186=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5BA is #0E5A45. Grayscale: #BEBEBE. Windows color (decimal): -940614 or 12232177. OLE color: 12232177.

HSL color Cylindrical-coordinate representation of color #F1A5BA: hue angle of 343.42º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A5BA is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 165 186 -
CMYK 0 0.32 0.23 0.05
HSL 343.42º 0.73% 0.8% -
HSV(B) 343.42º 0.32% 0.95% -
XYZ 58.59 49.16 52.85 -
YUV 190.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 241 165 186 0 0.32 0.23 0.05 343.42 0.73 0.8
Hex F1 A5 BA 0 20 17 5 157 49 50
Octal 361 245 272 0 40 27 5 527 111 120
Binary 11110001 10100101 10111010 0 100000 10111 101 101010111 1001001 1010000

Color Harmonies of #F1A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A5BA

Black with #F1A5BA

Text Example


Text Example

White with #F1A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A5BA; }

 p { color: rgb(241,165,186); }

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

background-color css

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

 a { background-color: rgb(241,165,186); }

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

border-color css

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

 span { border-color: rgb(241,165,186); }

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