Html Css Color HEX #F2A1CA Carnation Pink

📋 copy color: '#F2A1CA'

red 242 ◦ green 161 ◦ blue 202

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

Shades of Carnation Pink #F2A1CA

Tints of Carnation Pink #F2A1CA

RGB

 RED value IS 242 (94.92% from 255) = 40%

 GREEN value IS 161 (63.28% from 255) = 26.61%

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

R = 40%
G = 26.61%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2A1CA (or 0xF2A1CA) is known color: Carnation Pink. HEX triplet: F2, A1 and CA. RGB value is (242,161,202). Sum of RGB (Red+Green+Blue) = 242+161+202=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1CA is #0D5E35. Grayscale: #BDBDBD. Windows color (decimal): -876086 or 13279730. OLE color: 13279730.

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

Color convert

RGB 242 161 202 -
CMYK 0 0.33 0.17 0.05
HSL 329.63º 0.76% 0.79% -
HSV(B) 329.63º 0.33% 0.95% -
XYZ 60.02 48.63 62.1 -
YUV 189.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 242 161 202 0 0.33 0.17 0.05 329.63 0.76 0.79
Hex F2 A1 CA 0 21 11 5 14A 4C 4F
Octal 362 241 312 0 41 21 5 512 114 117
Binary 11110010 10100001 11001010 0 100001 10001 101 101001010 1001100 1001111

Color Harmonies of #F2A1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A1CA

Black with #F2A1CA

Text Example


Text Example

White with #F2A1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A1CA; }

 p { color: rgb(242,161,202); }

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

background-color css

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

 a { background-color: rgb(242,161,202); }

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

border-color css

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

 span { border-color: rgb(242,161,202); }

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