Html Css Color HEX #F1A3C5 Carnation Pink

📋 copy color: '#F1A3C5'

red 241 ◦ green 163 ◦ blue 197

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

Shades of Carnation Pink #F1A3C5

Tints of Carnation Pink #F1A3C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.78%

R = 40.1%
G = 27.12%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1A3C5 (or 0xF1A3C5) is known color: Carnation Pink. HEX triplet: F1, A3 and C5. RGB value is (241,163,197). Sum of RGB (Red+Green+Blue) = 241+163+197=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3C5 is #0E5C3A. Grayscale: #BEBEBE. Windows color (decimal): -941115 or 12952561. OLE color: 12952561.

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

Color convert

RGB 241 163 197 -
CMYK 0 0.32 0.18 0.05
HSL 333.85º 0.74% 0.79% -
HSV(B) 333.85º 0.32% 0.95% -
XYZ 59.45 48.93 59.13 -
YUV 190.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 241 163 197 0 0.32 0.18 0.05 333.85 0.74 0.79
Hex F1 A3 C5 0 20 12 5 14E 4A 4F
Octal 361 243 305 0 40 22 5 516 112 117
Binary 11110001 10100011 11000101 0 100000 10010 101 101001110 1001010 1001111

Color Harmonies of #F1A3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A3C5

Black with #F1A3C5

Text Example


Text Example

White with #F1A3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A3C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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