Html Css Color HEX #FA9F9F Rose Bud

📋 copy color: '#FA9F9F'

red 250 ◦ green 159 ◦ blue 159

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

Shades of Rose Bud #FA9F9F

Tints of Rose Bud #FA9F9F

RGB

 RED value IS 250 (98.05% from 255) = 44.01%

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

 BLUE value IS 159 (62.5% from 255) = 27.99%

R = 44.01%
G = 27.99%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA9F9F (or 0xFA9F9F) is known color: Rose Bud. HEX triplet: FA, 9F and 9F. RGB value is (250,159,159). Sum of RGB (Red+Green+Blue) = 250+159+159=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9F9F is #056060. Grayscale: #BABABA. Windows color (decimal): -352353 or 10461178. OLE color: 10461178.

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

Color convert

RGB 250 159 159 -
CMYK 0 0.36 0.36 0.02
HSL 0.9% 0.8% -
HSV(B) 0.36% 0.98% -
XYZ 58.08 47.62 38.93 -
YUV 186.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 250 159 159 0 0.36 0.36 0.02 0 0.9 0.8
Hex FA 9F 9F 0 24 24 2 0 5A 50
Octal 372 237 237 0 44 44 2 0 132 120
Binary 11111010 10011111 10011111 0 100100 100100 10 0 1011010 1010000

Color Harmonies of #FA9F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F9F

Black with #FA9F9F

Text Example


Text Example

White with #FA9F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F9F; }

 p { color: rgb(250,159,159); }

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

background-color css

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

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

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

border-color css

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

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

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