Html Css Color HEX #F99AC2 Carnation Pink

📋 copy color: '#F99AC2'

red 249 ◦ green 154 ◦ blue 194

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

Shades of Carnation Pink #F99AC2

Tints of Carnation Pink #F99AC2

RGB

 RED value IS 249 (97.66% from 255) = 41.71%

 GREEN value IS 154 (60.55% from 255) = 25.8%

 BLUE value IS 194 (76.17% from 255) = 32.5%

R = 41.71%
G = 25.8%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F99AC2 (or 0xF99AC2) is known color: Carnation Pink. HEX triplet: F9, 9A and C2. RGB value is (249,154,194). Sum of RGB (Red+Green+Blue) = 249+154+194=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99AC2 is #06653D. Grayscale: #BABABA. Windows color (decimal): -419134 or 12753657. OLE color: 12753657.

HSL color Cylindrical-coordinate representation of color #F99AC2: hue angle of 334.74º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99AC2 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 154 194 -
CMYK 0 0.38 0.22 0.02
HSL 334.74º 0.89% 0.79% -
HSV(B) 334.74º 0.38% 0.98% -
XYZ 60.36 47.15 56.96 -
YUV 186.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 249 154 194 0 0.38 0.22 0.02 334.74 0.89 0.79
Hex F9 9A C2 0 26 16 2 14F 59 4F
Octal 371 232 302 0 46 26 2 517 131 117
Binary 11111001 10011010 11000010 0 100110 10110 10 101001111 1011001 1001111

Color Harmonies of #F99AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99AC2

Black with #F99AC2

Text Example


Text Example

White with #F99AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99AC2; }

 p { color: rgb(249,154,194); }

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

background-color css

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

 a { background-color: rgb(249,154,194); }

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

border-color css

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

 span { border-color: rgb(249,154,194); }

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