Html Css Color HEX #F3A594 Rose Bud

📋 copy color: '#F3A594'

red 243 ◦ green 165 ◦ blue 148

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

Shades of Rose Bud #F3A594

Tints of Rose Bud #F3A594

RGB

 RED value IS 243 (95.31% from 255) = 43.71%

 GREEN value IS 165 (64.84% from 255) = 29.68%

 BLUE value IS 148 (58.2% from 255) = 26.62%

R = 43.71%
G = 29.68%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F3A594 (or 0xF3A594) is known color: Rose Bud. HEX triplet: F3, A5 and 94. RGB value is (243,165,148). Sum of RGB (Red+Green+Blue) = 243+165+148=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A594 is #0C5A6B. Grayscale: #BABABA. Windows color (decimal): -809580 or 9741811. OLE color: 9741811.

HSL color Cylindrical-coordinate representation of color #F3A594: hue angle of 10.74º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3A594 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 165 148 -
CMYK 0 0.32 0.39 0.05
HSL 10.74º 0.8% 0.77% -
HSV(B) 10.74º 0.39% 0.95% -
XYZ 55.76 48.1 34.36 -
YUV 186.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 243 165 148 0 0.32 0.39 0.05 10.74 0.8 0.77
Hex F3 A5 94 0 20 27 5 B 50 4D
Octal 363 245 224 0 40 47 5 13 120 115
Binary 11110011 10100101 10010100 0 100000 100111 101 1011 1010000 1001101

Color Harmonies of #F3A594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A594

Black with #F3A594

Text Example


Text Example

White with #F3A594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A594; }

 p { color: rgb(243,165,148); }

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

background-color css

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

 a { background-color: rgb(243,165,148); }

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

border-color css

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

 span { border-color: rgb(243,165,148); }

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