Html Css Color HEX #F99AD1 Carnation Pink

📋 copy color: '#F99AD1'

red 249 ◦ green 154 ◦ blue 209

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

Shades of Carnation Pink #F99AD1

Tints of Carnation Pink #F99AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.15%

R = 40.69%
G = 25.16%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F99AD1 (or 0xF99AD1) is known color: Carnation Pink. HEX triplet: F9, 9A and D1. RGB value is (249,154,209). Sum of RGB (Red+Green+Blue) = 249+154+209=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99AD1 is #06652E. Grayscale: #BCBCBC. Windows color (decimal): -419119 or 13736697. OLE color: 13736697.

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

Color convert

RGB 249 154 209 -
CMYK 0 0.38 0.16 0.02
HSL 325.26º 0.89% 0.79% -
HSV(B) 325.26º 0.38% 0.98% -
XYZ 62.13 47.85 66.28 -
YUV 188.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 249 154 209 0 0.38 0.16 0.02 325.26 0.89 0.79
Hex F9 9A D1 0 26 10 2 145 59 4F
Octal 371 232 321 0 46 20 2 505 131 117
Binary 11111001 10011010 11010001 0 100110 10000 10 101000101 1011001 1001111

Color Harmonies of #F99AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99AD1

Black with #F99AD1

Text Example


Text Example

White with #F99AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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