Html Css Color HEX #F1A3CA Carnation Pink

📋 copy color: '#F1A3CA'

red 241 ◦ green 163 ◦ blue 202

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

Shades of Carnation Pink #F1A3CA

Tints of Carnation Pink #F1A3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.33%

R = 39.77%
G = 26.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1A3CA (or 0xF1A3CA) is known color: Carnation Pink. HEX triplet: F1, A3 and CA. RGB value is (241,163,202). Sum of RGB (Red+Green+Blue) = 241+163+202=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3CA is #0E5C35. Grayscale: #BEBEBE. Windows color (decimal): -941110 or 13280241. OLE color: 13280241.

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

Color convert

RGB 241 163 202 -
CMYK 0 0.32 0.16 0.05
HSL 330º 0.74% 0.79% -
HSV(B) 330º 0.32% 0.95% -
XYZ 60.03 49.16 62.2 -
YUV 190.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 241 163 202 0 0.32 0.16 0.05 330 0.74 0.79
Hex F1 A3 CA 0 20 10 5 14A 4A 4F
Octal 361 243 312 0 40 20 5 512 112 117
Binary 11110001 10100011 11001010 0 100000 10000 101 101001010 1001010 1001111

Color Harmonies of #F1A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A3CA

Black with #F1A3CA

Text Example


Text Example

White with #F1A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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