Html Css Color HEX #F1A3C8 Carnation Pink

📋 copy color: '#F1A3C8'

red 241 ◦ green 163 ◦ blue 200

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

Shades of Carnation Pink #F1A3C8

Tints of Carnation Pink #F1A3C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.11%

R = 39.9%
G = 26.99%
B = 33.11%

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

#F1A3C8 (or 0xF1A3C8) is known color: Carnation Pink. HEX triplet: F1, A3 and C8. RGB value is (241,163,200). Sum of RGB (Red+Green+Blue) = 241+163+200=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3C8 is #0E5C37. Grayscale: #BEBEBE. Windows color (decimal): -941112 or 13149169. OLE color: 13149169.

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

Color convert

RGB 241 163 200 -
CMYK 0 0.32 0.17 0.05
HSL 331.54º 0.74% 0.79% -
HSV(B) 331.54º 0.32% 0.95% -
XYZ 59.8 49.07 60.96 -
YUV 190.54 133.34 163.99 -
System Red Green Blue C M Y K H S L
Decimal 241 163 200 0 0.32 0.17 0.05 331.54 0.74 0.79
Hex F1 A3 C8 0 20 11 5 14C 4A 4F
Octal 361 243 310 0 40 21 5 514 112 117
Binary 11110001 10100011 11001000 0 100000 10001 101 101001100 1001010 1001111

Color Harmonies of #F1A3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A3C8

Black with #F1A3C8

Text Example


Text Example

White with #F1A3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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