Html Css Color HEX #F99AD0 Carnation Pink

📋 copy color: '#F99AD0'

red 249 ◦ green 154 ◦ blue 208

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

Shades of Carnation Pink #F99AD0

Tints of Carnation Pink #F99AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.04%

R = 40.75%
G = 25.2%
B = 34.04%

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

#F99AD0 (or 0xF99AD0) is known color: Carnation Pink. HEX triplet: F9, 9A and D0. RGB value is (249,154,208). Sum of RGB (Red+Green+Blue) = 249+154+208=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99AD0 is #06652F. Grayscale: #BCBCBC. Windows color (decimal): -419120 or 13671161. OLE color: 13671161.

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

Color convert

RGB 249 154 208 -
CMYK 0 0.38 0.16 0.02
HSL 325.89º 0.89% 0.79% -
HSV(B) 325.89º 0.38% 0.98% -
XYZ 62.01 47.81 65.63 -
YUV 188.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 249 154 208 0 0.38 0.16 0.02 325.89 0.89 0.79
Hex F9 9A D0 0 26 10 2 146 59 4F
Octal 371 232 320 0 46 20 2 506 131 117
Binary 11111001 10011010 11010000 0 100110 10000 10 101000110 1011001 1001111

Color Harmonies of #F99AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99AD0

Black with #F99AD0

Text Example


Text Example

White with #F99AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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