Html Css Color HEX #F1A3C9 Carnation Pink

📋 copy color: '#F1A3C9'

red 241 ◦ green 163 ◦ blue 201

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

Shades of Carnation Pink #F1A3C9

Tints of Carnation Pink #F1A3C9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.94%

 BLUE value IS 201 (78.91% from 255) = 33.22%

R = 39.83%
G = 26.94%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1A3C9 (or 0xF1A3C9) is known color: Carnation Pink. HEX triplet: F1, A3 and C9. RGB value is (241,163,201). Sum of RGB (Red+Green+Blue) = 241+163+201=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3C9 is #0E5C36. Grayscale: #BEBEBE. Windows color (decimal): -941111 or 13214705. OLE color: 13214705.

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

Color convert

RGB 241 163 201 -
CMYK 0 0.32 0.17 0.05
HSL 330.77º 0.74% 0.79% -
HSV(B) 330.77º 0.32% 0.95% -
XYZ 59.92 49.11 61.58 -
YUV 190.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 241 163 201 0 0.32 0.17 0.05 330.77 0.74 0.79
Hex F1 A3 C9 0 20 11 5 14B 4A 4F
Octal 361 243 311 0 40 21 5 513 112 117
Binary 11110001 10100011 11001001 0 100000 10001 101 101001011 1001010 1001111

Color Harmonies of #F1A3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A3C9

Black with #F1A3C9

Text Example


Text Example

White with #F1A3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A3C9; }

 p { color: rgb(241,163,201); }

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

background-color css

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

 a { background-color: rgb(241,163,201); }

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

border-color css

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

 span { border-color: rgb(241,163,201); }

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