Html Css Color HEX #F2A4C7 Carnation Pink

📋 copy color: '#F2A4C7'

red 242 ◦ green 164 ◦ blue 199

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

Shades of Carnation Pink #F2A4C7

Tints of Carnation Pink #F2A4C7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.11%

 BLUE value IS 199 (78.13% from 255) = 32.89%

R = 40%
G = 27.11%
B = 32.89%

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

#F2A4C7 (or 0xF2A4C7) is known color: Carnation Pink. HEX triplet: F2, A4 and C7. RGB value is (242,164,199). Sum of RGB (Red+Green+Blue) = 242+164+199=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A4C7 is #0D5B38. Grayscale: #BFBFBF. Windows color (decimal): -875321 or 13083890. OLE color: 13083890.

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

Color convert

RGB 242 164 199 -
CMYK 0 0.32 0.18 0.05
HSL 333.08º 0.75% 0.8% -
HSV(B) 333.08º 0.32% 0.95% -
XYZ 60.2 49.55 60.42 -
YUV 191.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 242 164 199 0 0.32 0.18 0.05 333.08 0.75 0.8
Hex F2 A4 C7 0 20 12 5 14D 4B 50
Octal 362 244 307 0 40 22 5 515 113 120
Binary 11110010 10100100 11000111 0 100000 10010 101 101001101 1001011 1010000

Color Harmonies of #F2A4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A4C7

Black with #F2A4C7

Text Example


Text Example

White with #F2A4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A4C7; }

 p { color: rgb(242,164,199); }

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

background-color css

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

 a { background-color: rgb(242,164,199); }

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

border-color css

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

 span { border-color: rgb(242,164,199); }

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