Html Css Color HEX #FF9F98 Rose Bud

📋 copy color: '#FF9F98'

red 255 ◦ green 159 ◦ blue 152

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

Shades of Rose Bud #FF9F98

Tints of Rose Bud #FF9F98

RGB

 RED value IS 255 (100% from 255) = 45.05%

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

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

R = 45.05%
G = 28.09%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF9F98 (or 0xFF9F98) is known color: Rose Bud. HEX triplet: FF, 9F and 98. RGB value is (255,159,152). Sum of RGB (Red+Green+Blue) = 255+159+152=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F98 is #006067. Grayscale: #BBBBBB. Windows color (decimal): -24680 or 10002431. OLE color: 10002431.

HSL color Cylindrical-coordinate representation of color #FF9F98: hue angle of 4.08º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9F98 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 255 159 152 -
CMYK 0 0.38 0.40 0
HSL 4.08º 1% 0.8% -
HSV(B) 4.08º 0.4% 1% -
XYZ 59.31 48.32 35.91 -
YUV 186.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 255 159 152 0 0.38 0.40 0 4.08 1 0.8
Hex FF 9F 98 0 26 28 0 4 64 50
Octal 377 237 230 0 46 50 0 4 144 120
Binary 11111111 10011111 10011000 0 100110 101000 0 100 1100100 1010000

Color Harmonies of #FF9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F98

Black with #FF9F98

Text Example


Text Example

White with #FF9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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