Html Css Color HEX #F99D9A Rose Bud

📋 copy color: '#F99D9A'

red 249 ◦ green 157 ◦ blue 154

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

Shades of Rose Bud #F99D9A

Tints of Rose Bud #F99D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.04%

 BLUE value IS 154 (60.55% from 255) = 27.5%

R = 44.46%
G = 28.04%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F99D9A (or 0xF99D9A) is known color: Rose Bud. HEX triplet: F9, 9D and 9A. RGB value is (249,157,154). Sum of RGB (Red+Green+Blue) = 249+157+154=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99D9A is #066265. Grayscale: #B8B8B8. Windows color (decimal): -418406 or 10132985. OLE color: 10132985.

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

Color convert

RGB 249 157 154 -
CMYK 0 0.37 0.38 0.02
HSL 1.89º 0.89% 0.79% -
HSV(B) 1.89º 0.38% 0.98% -
XYZ 56.96 46.59 36.56 -
YUV 184.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 249 157 154 0 0.37 0.38 0.02 1.89 0.89 0.79
Hex F9 9D 9A 0 25 26 2 2 59 4F
Octal 371 235 232 0 45 46 2 2 131 117
Binary 11111001 10011101 10011010 0 100101 100110 10 10 1011001 1001111

Color Harmonies of #F99D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99D9A

Black with #F99D9A

Text Example


Text Example

White with #F99D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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