Html Css Color HEX #F69F99 Rose Bud

📋 copy color: '#F69F99'

red 246 ◦ green 159 ◦ blue 153

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

Shades of Rose Bud #F69F99

Tints of Rose Bud #F69F99

RGB

 RED value IS 246 (96.48% from 255) = 44.09%

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

 BLUE value IS 153 (60.16% from 255) = 27.42%

R = 44.09%
G = 28.49%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F69F99 (or 0xF69F99) is known color: Rose Bud. HEX triplet: F6, 9F and 99. RGB value is (246,159,153). Sum of RGB (Red+Green+Blue) = 246+159+153=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69F99 is #096066. Grayscale: #B8B8B8. Windows color (decimal): -614503 or 10067958. OLE color: 10067958.

HSL color Cylindrical-coordinate representation of color #F69F99: hue angle of 3.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F69F99 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 159 153 -
CMYK 0 0.35 0.38 0.04
HSL 3.87º 0.84% 0.78% -
HSV(B) 3.87º 0.38% 0.96% -
XYZ 56.15 46.69 36.19 -
YUV 184.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 246 159 153 0 0.35 0.38 0.04 3.87 0.84 0.78
Hex F6 9F 99 0 23 26 4 4 54 4E
Octal 366 237 231 0 43 46 4 4 124 116
Binary 11110110 10011111 10011001 0 100011 100110 100 100 1010100 1001110

Color Harmonies of #F69F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69F99

Black with #F69F99

Text Example


Text Example

White with #F69F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69F99; }

 p { color: rgb(246,159,153); }

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

background-color css

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

 a { background-color: rgb(246,159,153); }

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

border-color css

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

 span { border-color: rgb(246,159,153); }

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