Html Css Color HEX #F1A8C4 Cupid

📋 copy color: '#F1A8C4'

red 241 ◦ green 168 ◦ blue 196

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

Shades of Cupid #F1A8C4

Tints of Cupid #F1A8C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.4%

R = 39.83%
G = 27.77%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F1A8C4 (or 0xF1A8C4) is known color: Cupid. HEX triplet: F1, A8 and C4. RGB value is (241,168,196). Sum of RGB (Red+Green+Blue) = 241+168+196=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A8C4 is #0E573B. Grayscale: #C0C0C0. Windows color (decimal): -939836 or 12888305. OLE color: 12888305.

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

Color convert

RGB 241 168 196 -
CMYK 0 0.30 0.19 0.05
HSL 336.99º 0.72% 0.8% -
HSV(B) 336.99º 0.3% 0.95% -
XYZ 60.24 50.69 58.83 -
YUV 193.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 241 168 196 0 0.30 0.19 0.05 336.99 0.72 0.8
Hex F1 A8 C4 0 1E 13 5 151 48 50
Octal 361 250 304 0 36 23 5 521 110 120
Binary 11110001 10101000 11000100 0 11110 10011 101 101010001 1001000 1010000

Color Harmonies of #F1A8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A8C4

Black with #F1A8C4

Text Example


Text Example

White with #F1A8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A8C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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