Html Css Color HEX #F99F98 Rose Bud

📋 copy color: '#F99F98'

red 249 ◦ green 159 ◦ blue 152

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

Shades of Rose Bud #F99F98

Tints of Rose Bud #F99F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.39%

 BLUE value IS 152 (59.77% from 255) = 27.14%

R = 44.46%
G = 28.39%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F99F98 (or 0xF99F98) is known color: Rose Bud. HEX triplet: F9, 9F and 98. RGB value is (249,159,152). Sum of RGB (Red+Green+Blue) = 249+159+152=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99F98 is #066067. Grayscale: #B9B9B9. Windows color (decimal): -417896 or 10002425. OLE color: 10002425.

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

Color convert

RGB 249 159 152 -
CMYK 0 0.36 0.39 0.02
HSL 4.33º 0.89% 0.79% -
HSV(B) 4.33º 0.39% 0.98% -
XYZ 57.13 47.2 35.81 -
YUV 185.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 249 159 152 0 0.36 0.39 0.02 4.33 0.89 0.79
Hex F9 9F 98 0 24 27 2 4 59 4F
Octal 371 237 230 0 44 47 2 4 131 117
Binary 11111001 10011111 10011000 0 100100 100111 10 100 1011001 1001111

Color Harmonies of #F99F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99F98

Black with #F99F98

Text Example


Text Example

White with #F99F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99F98; }

 p { color: rgb(249,159,152); }

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

background-color css

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

 a { background-color: rgb(249,159,152); }

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

border-color css

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

 span { border-color: rgb(249,159,152); }

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