Html Css Color HEX #F1A6C9 Carnation Pink

📋 copy color: '#F1A6C9'

red 241 ◦ green 166 ◦ blue 201

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

Shades of Carnation Pink #F1A6C9

Tints of Carnation Pink #F1A6C9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.3%

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

R = 39.64%
G = 27.3%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1A6C9 (or 0xF1A6C9) is known color: Carnation Pink. HEX triplet: F1, A6 and C9. RGB value is (241,166,201). Sum of RGB (Red+Green+Blue) = 241+166+201=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6C9 is #0E5936. Grayscale: #C0C0C0. Windows color (decimal): -940343 or 13215473. OLE color: 13215473.

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

Color convert

RGB 241 166 201 -
CMYK 0 0.31 0.17 0.05
HSL 332º 0.73% 0.8% -
HSV(B) 332º 0.31% 0.95% -
XYZ 60.45 50.19 61.76 -
YUV 192.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 241 166 201 0 0.31 0.17 0.05 332 0.73 0.8
Hex F1 A6 C9 0 1F 11 5 14C 49 50
Octal 361 246 311 0 37 21 5 514 111 120
Binary 11110001 10100110 11001001 0 11111 10001 101 101001100 1001001 1010000

Color Harmonies of #F1A6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A6C9

Black with #F1A6C9

Text Example


Text Example

White with #F1A6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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