Html Css Color HEX #F1A4BC Cupid

📋 copy color: '#F1A4BC'

red 241 ◦ green 164 ◦ blue 188

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

Shades of Cupid #F1A4BC

Tints of Cupid #F1A4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.66%

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

R = 40.64%
G = 27.66%
B = 31.7%

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

#F1A4BC (or 0xF1A4BC) is known color: Cupid. HEX triplet: F1, A4 and BC. RGB value is (241,164,188). Sum of RGB (Red+Green+Blue) = 241+164+188=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4BC is #0E5B43. Grayscale: #BDBDBD. Windows color (decimal): -940868 or 12362993. OLE color: 12362993.

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

Color convert

RGB 241 164 188 -
CMYK 0 0.32 0.22 0.05
HSL 341.3º 0.73% 0.79% -
HSV(B) 341.3º 0.32% 0.95% -
XYZ 58.63 48.88 53.92 -
YUV 189.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 241 164 188 0 0.32 0.22 0.05 341.3 0.73 0.79
Hex F1 A4 BC 0 20 16 5 155 49 4F
Octal 361 244 274 0 40 26 5 525 111 117
Binary 11110001 10100100 10111100 0 100000 10110 101 101010101 1001001 1001111

Color Harmonies of #F1A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A4BC

Black with #F1A4BC

Text Example


Text Example

White with #F1A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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