Html Css Color HEX #F1A5BD Cupid

📋 copy color: '#F1A5BD'

red 241 ◦ green 165 ◦ blue 189

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

Shades of Cupid #F1A5BD

Tints of Cupid #F1A5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.76%

R = 40.5%
G = 27.73%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1A5BD (or 0xF1A5BD) is known color: Cupid. HEX triplet: F1, A5 and BD. RGB value is (241,165,189). Sum of RGB (Red+Green+Blue) = 241+165+189=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5BD is #0E5A42. Grayscale: #BEBEBE. Windows color (decimal): -940611 or 12428785. OLE color: 12428785.

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

Color convert

RGB 241 165 189 -
CMYK 0 0.32 0.22 0.05
HSL 341.05º 0.73% 0.8% -
HSV(B) 341.05º 0.32% 0.95% -
XYZ 58.92 49.29 54.55 -
YUV 190.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 241 165 189 0 0.32 0.22 0.05 341.05 0.73 0.8
Hex F1 A5 BD 0 20 16 5 155 49 50
Octal 361 245 275 0 40 26 5 525 111 120
Binary 11110001 10100101 10111101 0 100000 10110 101 101010101 1001001 1010000

Color Harmonies of #F1A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A5BD

Black with #F1A5BD

Text Example


Text Example

White with #F1A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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